PHP 8.1.28 Released!

Класс SimdJsonException

(PECL simdjson >= 2.1.0)

Введение

Исключение, выбрасываемое функциями simdjson_decode(), simdjson_key_count(), simdjson_key_exists() или simdjson_key_value(). Возможные значения смотрите в константах коды ошибок simdjson.

Обзор классов

class SimdJsonException extends RuntimeException {
/* Наследуемые свойства */
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