哈希空间 Ctrl + F 进行搜索
首页 php手册中文版 CSS中文手册 哈希文档 Markdown在线工具

PHP simdjsonexception 组件

The SimdJsonException class

(PECL simdjson >= 2.1.0)

简介

Exception thrown if simdjson_decode(), simdjson_key_count(), simdjson_key_exists(), or simdjson_key_value(). For possible values see the simdjson error codes constants.

类摘要

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;
}
打开 哈希空间 微信小程序中查看更佳