PHP 8.5.0 RC 2 available for testing

The ImagickPixelIteratorException class

(PECL imagick 3)

はじめに

クラス概要

class ImagickPixelIteratorException extends Exception implements Throwable {
/* 継承したプロパティ */
protected string $message = "";
private string $string = "";
protected int $code;
protected string $file = "";
protected int $line;
private array $trace = [];
private ?Throwable $previous = null;
/* メソッド */
/* 継承したメソッド */
}
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top