検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 167 for Try (0.017 sec.)
例外が作られたファイルを取得する 5657
« Exception::getCode Exception::getLine » PHP Manual Exception 例外が作られたファイルを取得する ... を返します。 例 例1 Exception::getFile() の例 <?php try { throw new Exception ; } catch( Exception $e ) { ...
https://man.plustar.jp/php/exception.getfile.html - [similar]
例外が作られた行を取得する 5657
« Exception::getFile Exception::getTrace » PHP Manual Exception 例外が作られた行を取得する Excep ... を返します。 例 例1 Exception::getLine() の例 <?php try { throw new Exception ( "Some error message" ); } ...
https://man.plustar.jp/php/exception.getline.html - [similar]
スタックトレースを取得する 5657
« Exception::getLine Exception::getTraceAsString » PHP Manual Exception スタックトレースを取得す ... 例 <?php function test () { throw new Exception ; } try { test (); } catch( Exception $e ) { var_dump ( $e ...
https://man.plustar.jp/php/exception.gettrace.html - [similar]
スタックトレースを文字列で取得する 5657
« Exception::getTrace Exception::__toString » PHP Manual Exception スタックトレースを文字列で取得 ... 例 <?php function test () { throw new Exception ; } try { test (); } catch( Exception $e ) { echo $e -> ge ...
https://man.plustar.jp/php/exception.gettraceasstring.html - [similar]
例外の文字列表現 5657
« Exception::getTraceAsString Exception::__clone » PHP Manual Exception 例外の文字列表現 Excepti ... 返します。 例 例1 Exception::__toString() の例 <?php try { throw new Exception ( "Some error message" ); } ...
https://man.plustar.jp/php/exception.tostring.html - [similar]
Returns the WriteError's error code 5657
« MongoDB\Driver\WriteError MongoDB\Driver\WriteError::getIndex » PHP Manual MongoDB\Driver\Writ ... [ '_id' => 1 ]); $bulk -> insert ([ '_id' => 1 ]); try { $manager -> executeBulkWrite ( 'db.collection' , ...
https://man.plustar.jp/php/mongodb-driver-writeerror.getcode.html - [similar]
Retrieve exception's type 5657
« Yar_Server_Exception Yar_Client_Exception » PHP Manual Yar_Server_Exception Retrieve exception ... client = new Yar_Client ( "http://host/api.php" ); try { $client -> throw_exception ( "client" ); } catch ...
https://man.plustar.jp/php/yar-server-exception.gettype.html - [similar]
実行時設定 5657
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... okeeper.sess_lock_wait int PHP Session spin lock retry wait time in microseconds. Be carefull when settin ... . Negative values result in a reduces locking to a try lock. 関連キーワード: 設定 , 実行 , zookeeper , lo ...
https://man.plustar.jp/php/zookeeper.configuration.html - [similar]
Swoole 5533
« stream_wrapper_unregister はじめに » PHP Manual その他の基本モジュール Swoole Swoole はじめに ... on\Iterator::current — Return current connection entry. Swoole\Connection\Iterator::key — Return key of t ... a read-write lock for reading. Swoole\Lock::lock — Try to acquire the lock. It will block if the lock is ... not available. Swoole\Lock::trylock_read — Try to lock a read-write lock for readi ... away even the lock is not available. Swoole\Lock::trylock — Try to acquire the lock and return straight ...
https://man.plustar.jp/php/book.swoole.html - [similar]
Ping a server connection or reconnect if there is no connection 5533
« cubrid_num_fields cubrid_query » PHP Manual CUBRID MySQL 互換関数 Ping a server connection or ... * Make sure the connection is still alive, if not, try to reconnect */ if (! cubrid_ping ( $conn )) { ech ...
https://man.plustar.jp/php/function.cubrid-ping.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT