Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: UI\Exception\InvalidArgumentException - Manual
[go: Go Back, main page]

PHP 8.5.0 RC4 available for testing

InvalidArgumentException

(UI 1.0.3)

Введение

Обзор класса

class UI\Exception\InvalidArgumentException extends InvalidArgumentException 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