PHP Conference Kansai 2025

La clase SimdJsonException

(PECL simdjson >= 2.1.0)

Introducción

Excepción lanzada si simdjson_decode(), simdjson_key_count(), simdjson_key_exists(), o simdjson_key_value(). Para obtener los valores posibles, ver las constantes de error simdjson.

Sinopsis de la Clase

class SimdJsonException extends RuntimeException {
/* Propiedades heredadas */
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