検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 125 for throw (0.011 sec.)
Construction 5700
« parallel\Sync parallel\Sync::get » PHP Manual parallel\Sync Construction parallel\Sync::__cons ... ining the given scalar value Exceptions 警告 Shall throw parallel\Sync\Error\IllegalValue if value is non-s ...
https://man.plustar.jp/php/parallel-sync.construct.html - [similar]
Add Trait 5639
« Componere\Abstract\Definition::addMethod Componere\Abstract\Definition::getReflector » PHP Man ... 戻り値 The current Definition Exceptions 警告 Shall throw RuntimeException if Definition was registered 関連 ...
https://man.plustar.jp/php/componere-abstract-definition.addtrait.html - [similar]
Polling 5639
« parallel\Events::remove parallel\Events\Input » PHP Manual parallel\Events Polling parallel\Ev ... eturned describes the event. Exceptions 警告 Shall throw parallel\Events\Error\Timeout if timeout is used a ...
https://man.plustar.jp/php/parallel-events.poll.html - [similar]
Run the new device 5639
« ZMQDevice::getTimerTimeout ZMQDevice::setIdleCallback » PHP Manual ZMQDevice Run the new devic ... m interactive scripts. On failure this method will throw ZMQDeviceException. 関連キーワード: device , Run , ...
https://man.plustar.jp/php/zmqdevice.run.html - [similar]
アトリビュートの概要 5577
« アトリビュート アトリビュートの文法 » PHP Manual アトリビュート アトリビュートの概要 アトリビュ ... ts () { if (! file_exists ( $this -> fileName )) { throw new RuntimeException ( "File does not exist" ); } ... } elseif (! is_dir ( $this -> targetDirectory )) { throw new RuntimeException ( "Target directory $this -> ...
https://man.plustar.jp/php/language.attributes.overview.html - [similar]
ジェネレータとは 5577
« ジェネレータ ジェネレータの構文 » PHP Manual ジェネレータ ジェネレータとは ジェネレータとは (P ... ) { if ( $start <= $limit ) { if ( $step <= 0 ) { throw new LogicException ( 'Step must be positive' ); } ... step ) { yield $i ; } } else { if ( $step >= 0 ) { throw new LogicException ( 'Step must be negative' ); } ...
https://man.plustar.jp/php/language.generators.overview.html - [similar]
Behaviour 5577
« parallel\Events::setBlocking parallel\Events::setInput » PHP Manual parallel\Events Behaviour ... ned: Setting the timeout causes an exception to be thrown when the timeout is reached. This differs from se ... ocking() , which will not cause an exception to be thrown. public parallel\Events::setTimeout ( int $timeou ... the timeout in microseconds Exceptions 警告 Shall throw parallel\Events\Error if loop is non-blocking. 関連 ... iour , blocking , setTimeout , Shall , exception , thrown , setBlocking , when , events ...
https://man.plustar.jp/php/parallel-events.settimeout.html - [similar]
エラーコードを取得する 5516
« Error::getPrevious Error::getFile » PHP Manual Error エラーコードを取得する Error::getCode (PH ... て返します 例 例1 Error::getCode() の例 <?php try { throw new Error ( "Some error message" , 30 ); } catch( ... ば以下のようになります。 The Error code is: 30 参考 Throwable::getCode() - 例外コードを取得する 関連キーワー ...
https://man.plustar.jp/php/error.getcode.html - [similar]
エラーメッセージを取得する 5516
« Error::__construct Error::getPrevious » PHP Manual Error エラーメッセージを取得する Error::get ... で返す。 例 例1 Error::getMessage() の例 <?php try { throw new Error ( "Some error message" ); } catch( Error ... とえば以下のようになります。 Some error message 参考 Throwable::getMessage() - メッセージを取得する 関連キーワ ...
https://man.plustar.jp/php/error.getmessage.html - [similar]
例外メッセージを取得する 5516
« Exception::__construct Exception::getPrevious » PHP Manual Exception 例外メッセージを取得する ... す。 例 例1 Exception::getMessage() の例 <?php try { throw new Exception ( "Some error message" ); } catch( E ... とえば以下のようになります。 Some error message 参考 Throwable::getMessage() - メッセージを取得する 関連キーワ ...
https://man.plustar.jp/php/exception.getmessage.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT