検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 162 for catch (0.014 sec.)
キーワードのリスト 5536
« 予約語の一覧 定義済のクラス » PHP Manual 予約語の一覧 キーワードのリスト キーワードのリスト こ ... iler() abstract and array() as break callable case catch class clone const continue declare default die() d ...
https://man.plustar.jp/php/reserved.keywords.html - [similar]
例外のスローを有効にする 5536
« SQLite3::createFunction SQLite3::escapeString » PHP Manual SQLite3 例外のスローを有効にする SQ ... true ); $sqlite -> exec ( 'create table bar' ); } catch ( Exception $e ) { echo 'Caught exception: ' . $e ...
https://man.plustar.jp/php/sqlite3.enableexceptions.html - [similar]
Opens a connection 5536
« Stomp::commit Stomp::__destruct » PHP Manual Stomp Opens a connection Stomp::__construct stomp ... $stomp = new Stomp ( 'tcp://localhost:61613' ); } catch( StompException $e ) { die( 'Connection failed: ' ...
https://man.plustar.jp/php/stomp.construct.html - [similar]
Gets the last stomp error 5536
« Stomp::__destruct Stomp::getReadTimeout » PHP Manual Stomp Gets the last stomp error Stomp::er ... $stomp = new Stomp ( 'tcp://localhost:61613' ); } catch( StompException $e ) { die( 'Connection failed: ' ...
https://man.plustar.jp/php/stomp.error.html - [similar]
Gets the current stomp session ID 5536
« Stomp::getReadTimeout Stomp::hasFrame » PHP Manual Stomp Gets the current stomp session ID Sto ... $stomp = new Stomp ( 'tcp://localhost:61613' ); } catch( StompException $e ) { die( 'Connection failed: ' ...
https://man.plustar.jp/php/stomp.getsessionid.html - [similar]
URL を組み立てる 5536
« Yaf_Route_Supervar Yaf_Route_Supervar::__construct » PHP Manual Yaf_Route_Supervar URL を組み立 ... val1' , 'tkey2' => 'tval2' , 1 => array(), ) )); } catch ( Exception $e ) { var_dump ( $e -> getMessage ()) ...
https://man.plustar.jp/php/yaf-route-supervar.assemble.html - [similar]
Receives a message 5536
« ZMQSocket::isPersistent ZMQSocket::recvMulti » PHP Manual ZMQSocket Receives a message ZMQSock ... recv ( ZMQ :: MODE_DONTWAIT ) . "\n" ; break; } } catch ( ZMQSocketException $e ) { /* EAGAIN means that t ...
https://man.plustar.jp/php/zmqsocket.recv.html - [similar]
SeekableIterator インターフェイス 5444
« RecursiveIterator::hasChildren SeekableIterator::seek » PHP Manual インターフェイス SeekableIt ... ho $it -> current (), "\n" ; $it -> seek ( 10 ); } catch ( OutOfBoundsException $e ) { echo $e -> getMessag ...
https://man.plustar.jp/php/class.seekableiterator.html - [similar]
Makes event pending 5444
« Event Event::addSignal » PHP Manual Event Makes event pending Event::add (PECL event >= 1.2.6- ... -TERM 3976 At the first terminal window you should catch the following: Caught signal 15 */ class MyEventSi ...
https://man.plustar.jp/php/event.add.html - [similar]
SOAP コールが失敗したかどうかを調べる 5444
« SOAP 関数 use_soap_error_handler » PHP Manual SOAP 関数 SOAP コールが失敗したかどうかを調べる ... $result = $client -> SomeFunction ( /* ... */ ); } catch ( SoapFault $fault ) { trigger_error ( "SOAP Fault ...
https://man.plustar.jp/php/function.is-soap-fault.html - [similar]