検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 157 for getMessage (0.044 sec.)
例外のスローのオン/オフを切り替える 5239
« Yaf_Dispatcher::setView Yaf_Config_Abstract » PHP Manual Yaf_Dispatcher 例外のスローのオン/オフ ... ); } catch ( Yaf_Exception $e ) { var_dump ( $e -> getMessage ()); } ?> 上の例の出力は、 たとえば以下のようになり ...
https://man.plustar.jp/php/yaf-dispatcher.throwexception.html - [similar]
The MongoDB\Driver\Command class 5147
« MongoDB\Driver\Manager::startSession MongoDB\Driver\Command::__construct » PHP Manual MongoDB\ ... ch( MongoDB \ Driver \ Exception $e ) { echo $e -> getMessage (), "\n" ; exit; } ?> 上の例の出力は以下となります ...
https://man.plustar.jp/php/class.mongodb-driver-command.html - [similar]
新しい DateTimeZone オブジェクトを作成する 5147
« DateTimeZone DateTimeZone::getLocation » PHP Manual DateTimeZone 新しい DateTimeZone オブジェク ... Zone ( $tz ); } catch( Exception $e ) { echo $e -> getMessage () . '<br />' ; } } ?> 上の例の出力は以下となります ...
https://man.plustar.jp/php/datetimezone.construct.html - [similar]
SoapServer の持続モードを設定する 5147
« SoapServer::setObject SoapFault » PHP Manual SoapServer SoapServer の持続モードを設定する Soap ... oapFault $e ) { error_log ( "SOAP ERROR: " . $e -> getMessage ()); } ?> 参考 SoapServer::setClass() - SOAP リクエ ...
https://man.plustar.jp/php/soapserver.setpersistence.html - [similar]
Acknowledges consumption of a message 5147
« Stomp::abort Stomp::begin » PHP Manual Stomp Acknowledges consumption of a message Stomp::ack ... xception $e ) { die( 'Connection failed: ' . $e -> getMessage ()); } /* send a message to the queue 'foo' */ $st ...
https://man.plustar.jp/php/stomp.ack.html - [similar]
5147
« リソース型 Stomp 関数 » PHP Manual Stomp 例 例 例1 オブジェクト指向型 <?php $queue = '/queue/f ... xception $e ) { die( 'Connection failed: ' . $e -> getMessage ()); } /* send a message to the queue 'foo' */ $st ...
https://man.plustar.jp/php/stomp.examples.html - [similar]
Reads the next frame 5147
« Stomp::hasFrame Stomp::send » PHP Manual Stomp Reads the next frame Stomp::readFrame stomp_rea ... xception $e ) { die( 'Connection failed: ' . $e -> getMessage ()); } /* subscribe to messages from the queue 'fo ...
https://man.plustar.jp/php/stomp.readframe.html - [similar]
新しい DateTimeImmutable オブジェクトを返す 5066
« DateTimeImmutable::add DateTimeImmutable::createFromFormat » PHP Manual DateTimeImmutable 新し ... 00-01-01' ); } catch ( Exception $e ) { echo $e -> getMessage (); exit( 1 ); } echo $date -> format ( 'Y-m-d' ); ...
https://man.plustar.jp/php/datetimeimmutable.construct.html - [similar]
5066
« 変更履歴 Mysql_xdevapi 関数 » PHP Manual Mysql_xdevapi 例 例 X DevAPI の中心的なエントリポイン ... e( "Connection could not be established: " . $e -> getMessage ()); } // ... use $session ?> セッションは、API へ ...
https://man.plustar.jp/php/mysql-xdevapi.examples.html - [similar]
例外を拡張する 4974
« 例外(exceptions) ファイバー » PHP Manual 例外(exceptions) 例外を拡張する 例外を拡張する 組み込 ... ibits cloning of exceptions. final public function getMessage (); // message of exception final public function ...
https://man.plustar.jp/php/language.exceptions.extending.html - [similar]
PREV 6 7 8 9 10 11 12 13 14 15 16 NEXT