Results of 1 - 10 of about 1317 for [SIMILAR] 16 1024 4096 WITH 9971 throwable WITH ... (0.653 sec.)
- スローされたオブジェクトの文字列表現を取得する 10000
- « Throwable::getPrevious ArrayAccess » PHP Manual Throwable スローされたオブジェクトの文字列表現を取得する Throwable::__toString (PHP 7, PHP 8) Throwable::__toString — スローされたオブジェクトの文字列表現を取得する 説明 abstract public Throwable::__toString (): string パラメータ この関数
...
-
https://man.plustar.jp/php/throwable.tostring.html
- [similar]
- Throwable 8573
- « IteratorAggregate::getIterator Throwable::getMessage » PHP Manual 定義済みのインターフェイスとクラス Throwable Throwable (PHP 7, PHP 8) はじめに Throwable は、 throw 文でスロー可能なあらゆるオブジェクトが実装する基底インターフェイスです。 Error や Exception も、これを実装しています。 注
...
-
https://man.plustar.jp/php/class.throwable.html
- [similar]
- Exception 8573
- « 定義済みの例外 Exception::__construct » PHP Manual 定義済みの例外 Exception Exception (PHP 5, PHP 7, PHP 8) はじめに Exception は、 すべてのユーザー例外の基底クラスです。 クラス概要 class Exception implements Throwable { /* プロパティ */ protected string $ message = "" ; private string
...
-
https://man.plustar.jp/php/class.exception.html
- [similar]
- Error 8573
- « ErrorException::getSeverity Error::__construct » PHP Manual 定義済みの例外 Error Error (PHP 7, PHP 8) はじめに Error は、PHP のすべての内部エラーの基底クラスです。 クラス概要 class Error implements Throwable { /* プロパティ */ protected string $ message = "" ; private string $ string =
...
-
https://man.plustar.jp/php/class.error.html
- [similar]
- メッセージを取得する 8573
- « Throwable Throwable::getCode » PHP Manual Throwable メッセージを取得する Throwable::getMessage (PHP 7, PHP 8) Throwable::getMessage — メッセージを取得する 説明 public Throwable::getMessage (): string スローされたオブジェクトに関連づけられたメッセージを返します。 パラメータ この関数には
...
-
https://man.plustar.jp/php/throwable.getmessage.html
- [similar]
- オブジェクトが作られたファイル名を取得する 8573
- « Throwable::getCode Throwable::getLine » PHP Manual Throwable オブジェクトが作られたファイル名を取得する Throwable::getFile (PHP 7, PHP 8) Throwable::getFile — オブジェクトが作られたファイル名を取得する 説明 public Throwable::getFile (): string スローされたオブジェクトが作られたファイル
...
-
https://man.plustar.jp/php/throwable.getfile.html
- [similar]
- オブジェクトのインスタンスが作られた行番号を取得する 8573
- « Throwable::getFile Throwable::getTrace » PHP Manual Throwable オブジェクトのインスタンスが作られた行番号を取得する Throwable::getLine (PHP 7, PHP 8) Throwable::getLine — オブジェクトのインスタンスが作られた行番号を取得する 説明 public Throwable::getLine (): int スローされたオブジェクト
...
-
https://man.plustar.jp/php/throwable.getline.html
- [similar]
- 例外コードを取得する 8573
- « Throwable::getMessage Throwable::getFile » PHP Manual Throwable 例外コードを取得する Throwable::getCode (PHP 7, PHP 8) Throwable::getCode — 例外コードを取得する 説明 public Throwable::getCode (): int スローされたオブジェクトのエラーコードを返します。 パラメータ この関数にはパラメータは
...
-
https://man.plustar.jp/php/throwable.getcode.html
- [similar]
- DivisionByZeroError 8573
- « AssertionError CompileError » PHP Manual 定義済みの例外 DivisionByZeroError DivisionByZeroError (PHP 7, PHP 8) はじめに DivisionByZeroError は、数値をゼロで割ろうとした場合にスローされます。 クラス概要 class DivisionByZeroError extends ArithmeticError { /* 継承したプロパティ */ protect
...
-
https://man.plustar.jp/php/class.divisionbyzeroerror.html
- [similar]
- AssertionError 8573
- « ArithmeticError DivisionByZeroError » PHP Manual 定義済みの例外 AssertionError AssertionError (PHP 7, PHP 8) はじめに AssertionError は、 assert() によるアサーションが失敗したときにスローされます。 クラス概要 class AssertionError extends Error { /* 継承したプロパティ */ protected strin
...
-
https://man.plustar.jp/php/class.assertionerror.html
- [similar]