検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 162 for catch (0.013 sec.)
パーサトークンの一覧 5444
« PHP 型の比較表 ユーザーレベルでの命名の手引き » PHP Manual 付録 パーサトークンの一覧 パーサトー ... T_CALLABLE callable callable T_CASE case switch T_CATCH catch 例外(exceptions) T_CLASS class クラスとオブジ ...
https://man.plustar.jp/php/tokens.html - [similar]
例外のスローのオン/オフを切り替える 5444
« Yaf_Dispatcher::setView Yaf_Config_Abstract » PHP Manual Yaf_Dispatcher 例外のスローのオン/オフ ... > throwException ( true ); try { $app -> run (); } catch ( Yaf_Exception $e ) { var_dump ( $e -> getMessage ... 上の例の出力は、 たとえば以下のようになります。 PHP Catchable fatal error: Yaf_Application::run(): Could not ... .php in /tmp/1.php on line 12 参考 Yaf_Dispatcher::catchException() - 例外のキャッチのオン/オフを切り替える ...
https://man.plustar.jp/php/yaf-dispatcher.throwexception.html - [similar]
The MongoDB\Driver\Command class 5341
« MongoDB\Driver\Manager::startSession MongoDB\Driver\Command::__construct » PHP Manual MongoDB\ ... rsor -> toArray ()[ 0 ]; var_dump ( $response ); } catch( MongoDB \ Driver \ Exception $e ) { echo $e -> ge ...
https://man.plustar.jp/php/class.mongodb-driver-command.html - [similar]
新しい DateTimeZone オブジェクトを作成する 5341
« DateTimeZone DateTimeZone::getLocation » PHP Manual DateTimeZone 新しい DateTimeZone オブジェク ... $tz ) { try { $mars = new DateTimeZone ( $tz ); } catch( Exception $e ) { echo $e -> getMessage () . '<br ...
https://man.plustar.jp/php/datetimezone.construct.html - [similar]
アクセストークンを取得する 5341
« OAuth::generateSignature OAuth::getCAPath » PHP Manual OAuth アクセストークンを取得する OAuth: ... esponse was: " . $oauth -> getLastResponse (); } } catch( OAuthException $E ) { echo "Response: " . $E -> l ...
https://man.plustar.jp/php/oauth.getaccesstoken.html - [similar]
文字列から、ファイルを phar アーカイブに追加する 5341
« Phar::addFile Phar::apiVersion » PHP Manual Phar 文字列から、ファイルを phar アーカイブに追加す ... ); $a [ 'largefile.bin' ] = $c ; fclose ( $c ); } catch ( Exception $e ) { // ここでエラー処理をします } ? ...
https://man.plustar.jp/php/phar.addfromstring.html - [similar]
phar ファイルフォーマット用のスタブを作成する 5341
« Phar::count Phar::decompress » PHP Manual Phar phar ファイルフォーマット用のスタブを作成する P ... ateDefaultStub ( 'cli.php' , 'web/index.php' )); } catch ( Exception $e ) { // エラー処理 } ?> 参考 Phar::s ...
https://man.plustar.jp/php/phar.createdefaultstub.html - [similar]
phar アーカイブ全体が (.tar.gz/tar.bz などで) 圧縮されている場合に Phar::GZ ある... 5341
« Phar::isBuffering Phar::isFileFormat » PHP Manual Phar phar アーカイブ全体が (.tar.gz/tar.bz な ... ump ( $phar2 -> isCompressed () == Phar :: GZ ); } catch ( Exception $e ) { } ?> 上の例の出力は以下となりま ...
https://man.plustar.jp/php/phar.iscompressed.html - [similar]
任意の phar アーカイブを、エイリアスを指定して読み込む 5341
« Phar::isWritable Phar::mapPhar » PHP Manual Phar 任意の phar アーカイブを、エイリアスを指定して ... file_get_contents ( 'phar://my.phar/file.txt' ); } catch ( PharException $e ) { echo $e ; } ?> 参考 Phar::m ...
https://man.plustar.jp/php/phar.loadphar.html - [similar]
内部ファイルに、外部ファイルの内容を設定する 5341
« Phar::offsetGet Phar::offsetUnset » PHP Manual Phar 内部ファイルに、外部ファイルの内容を設定す ... がコールされます $p [ 'file.txt' ] = 'Hi there' ; } catch ( Exception $e ) { echo 'ファイルを変更できません: ...
https://man.plustar.jp/php/phar.offsetset.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT