PHP 8.5.0 RC 2 available for testing

The Parle\LexerException class

(PECL parle >= 0.5.1)

็ฎ€ไป‹

็ฑปๆ‘˜่ฆ

class Parle\LexerException 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;
/* ๆ–นๆณ• */
/* ็ปงๆ‰ฟ็š„ๆ–นๆณ• */
final public Exception::getMessage(): string
final public Exception::getCode(): int
final public Exception::getFile(): string
final public Exception::getLine(): int
final public Exception::getTrace(): array
}
๏ผ‹ๆทปๅŠ ๅค‡ๆณจ

็”จๆˆท่ดก็Œฎ็š„ๅค‡ๆณจ

ๆญค้กต้ขๅฐšๆ— ็”จๆˆท่ดก็Œฎ็š„ๅค‡ๆณจใ€‚
To Top