検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 125 for throw (0.017 sec.)
ファイバーが返した値を取得する 5516
« Fiber::throw Fiber::isStarted » PHP Manual Fiber ファイバーが返した値を取得する Fiber::getRetu ...
https://man.plustar.jp/php/fiber.getreturn.html - [similar]
Behaviour 5516
« parallel\Events parallel\Events::setTimeout » PHP Manual parallel\Events Behaviour parallel\Ev ... void Shall set blocking mode Exceptions 警告 Shall throw parallel\Events\Error if loop has timeout set. 関連 ...
https://man.plustar.jp/php/parallel-events.setblocking.html - [similar]
Construct a new device 5516
« ZMQDevice ZMQDevice::getIdleTimeout » PHP Manual ZMQDevice Construct a new device ZMQDevice::_ ... interactive script is not recommended. This method throw ZMQDeviceException if the device cannot be started ...
https://man.plustar.jp/php/zmqdevice.construct.html - [similar]
JsonException クラス 5455
« 定義済み定数 JsonSerializable » PHP Manual JSON JsonException クラス JsonException クラス (PHP ... 7 >= 7.3.0, PHP 8) はじめに JSON_THROW_ON_ERROR オプションが json_encode() や json_decode ... nt $ line ; private array $ trace = [] ; private ? Throwable $ previous = null ; /* 継承したメソッド */ fin ... : string final public Exception::getPrevious (): ? Throwable final public Exception::getCode (): int final ...
https://man.plustar.jp/php/class.jsonexception.html - [similar]
エラーが起きたファイルを取得する 5455
« Error::getCode Error::getLine » PHP Manual Error エラーが起きたファイルを取得する Error::getFi ... を返します 例 例1 Error::getFile() の例 <?php try { throw new Error ; } catch( Error $e ) { echo $e -> getFi ... ば以下のようになります。 /home/bjori/tmp/ex.php 参考 Throwable::getFile() - オブジェクトが作られたファイル名を ... , 取得 , ファイル , getFile , パラメータ , 出力 , Throwable , 参考 , tmp , bjori ...
https://man.plustar.jp/php/error.getfile.html - [similar]
エラーが起きた行番号を取得する 5455
« Error::getFile Error::getTrace » PHP Manual Error エラーが起きた行番号を取得する Error::getLin ... を返します 例 例1 Error::getLine() の例 <?php try { throw new Error ( "Some error message" ); } catch( Error ... うになります。 The error was created on line: 3 参考 Throwable::getLine() - オブジェクトのインスタンスが作られ ...
https://man.plustar.jp/php/error.getline.html - [similar]
スタックトレースを取得する 5455
« Error::getLine Error::getTraceAsString » PHP Manual Error スタックトレースを取得する Error::ge ... 例1 Error::getTrace() の例 <?php function test () { throw new Error ; } try { test (); } catch( Error $e ) { ... string(4) "test" ["args"]=> array(0) { } } } 参考 Throwable::getTrace() - スタックトレースを取得する 関連キ ...
https://man.plustar.jp/php/error.gettrace.html - [similar]
スタックトレースを文字列として取得する 5455
« Error::getTrace Error::__toString » PHP Manual Error スタックトレースを文字列として取得する Er ... ::getTraceAsString() の例 <?php function test () { throw new Error ; } try { test (); } catch( Error $e ) { ... 0 /home/bjori/tmp/ex.php(7): test() #1 {main} 参考 Throwable::getTraceAsString() - スタックトレースを文字列 ...
https://man.plustar.jp/php/error.gettraceasstring.html - [similar]
エラーの文字列表現 5455
« Error::getTraceAsString Error::__clone » PHP Manual Error エラーの文字列表現 Error::__toString ... 返します 例 例1 Error::__toString() の例 <?php try { throw new Error ( "Some error message" ); } catch( Error ... ome/bjori/tmp/ex.php:3 Stack trace: #0 {main} 参考 Throwable::__toString() - スローされたオブジェクトの文字 ... ing , パラメータ , Stack , オブジェクト , スロー , Throwable , 参考 ...
https://man.plustar.jp/php/error.tostring.html - [similar]
例外の深刻度を取得する 5455
« ErrorException::__construct Error » PHP Manual ErrorException 例外の深刻度を取得する ErrorExce ... 例1 ErrorException::getSeverity() の例 <?php try { throw new ErrorException ( "Exception message" , 0 , E_U ...
https://man.plustar.jp/php/errorexception.getseverity.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT