PHP 8.5.0 Beta 3 available for testing

DateMalformedStringException クナ゚

(PHP 8 >= 8.3.0)

はじめãĢ

į„ĄåŠšãĒæ—Ĩäģ˜/時åˆģぎ文字列が検įŸĨされた場合ãĢ゚ロãƒŧされぞす。

これを゚ロãƒŧする可čƒŊ性があるぎは DateTimeImmutable::__construct(), DateTimeImmutable::modify(), DateTime::__construct(), DateTime::modify() です。

クナ゚æĻ‚čρ

class DateMalformedStringException extends DateException {
/* į‰ŋã—ãŸãƒ—ãƒ­ãƒ‘ãƒ†ã‚Ŗ */
protected string $message = "";
private string $string = "";
protected int $code;
protected string $file = "";
protected int $line;
private array $trace = [];
private ?Throwable $previous = null;
/* į‰ŋã—ãŸãƒĄã‚Ŋッド */
public Exception::__construct(string $message = "", int $code = 0, ?Throwable $previous = null)
final public Exception::getCode(): int
final public Exception::getFile(): string
final public Exception::getLine(): int
final public Exception::getTrace(): array
}
īŧ‹add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top