検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 162 for catch (0.032 sec.)
ユーザー定義の例外ハンドラ関数を設定する 5444
« set_error_handler trigger_error » PHP Manual エラー処理関数 ユーザー定義の例外ハンドラ関数を設 ... er ( ? callable $callback ): ? callable 例外が try/catch ブロックの中でキャッチされなかった場合の デフォルト ...
https://man.plustar.jp/php/function.set-exception-handler.html - [similar]
変更履歴 5444
« 共変性と反変性 名前空間 » PHP Manual クラスとオブジェクト 変更履歴 変更履歴 PHP の OOP モデルの ... ージョンでは、 __autoload() 関数の中で発生した例外を catch ブロックで捕捉することができず、 致命的なエラーとな ... のバージョンからは __autoload 関数内で発生した例外を catch ブロックで捕捉できるようになりましたが、ひとつ条件 ...
https://man.plustar.jp/php/language.oop5.changelog.html - [similar]
Pause the CPU usage timer 5444
« LuaSandbox::loadString LuaSandbox::registerLibrary » PHP Manual LuaSandbox Pause the CPU usage ... php.test2()' )-> call (); echo "It did not?\n" ; } catch ( LuaSandboxTimeoutError $ex ) { echo "It did! " . ...
https://man.plustar.jp/php/luasandbox.pauseusagetimer.html - [similar]
米Yahoo! の位置情報プラットフォーム FireEagle の例 5444
« 例 OAuth 関数 » PHP Manual 例 米Yahoo! の位置情報プラットフォーム FireEagle の例 米Yahoo! の位 ... oauth -> getLastResponse ()); print_r ( $json ); } catch( OAuthException $E ) { print_r ( $E ); } ?> 関連キ ...
https://man.plustar.jp/php/oauth.examples.fireeagle.html - [similar]
OAuth で保護されたリソースを取得する 5444
« OAuth::enableSSLChecks OAuth::generateSignature » PHP Manual OAuth OAuth で保護されたリソースを ... type" ]} " ); echo $oauth -> getLastResponse (); } catch( OAuthException $E ) { echo "Exception caught!\n" ...
https://man.plustar.jp/php/oauth.fetch.html - [similar]
リクエストトークンを取得する 5444
« OAuth::getRequestHeader OAuth::setAuthType » PHP Manual OAuth リクエストトークンを取得する OAu ... esponse was: " . $oauth -> getLastResponse (); } } catch( OAuthException $E ) { echo "Response: " . $E -> l ...
https://man.plustar.jp/php/oauth.getrequesttoken.html - [similar]
phar アーカイブ内のファイルを削除する 5444
« Phar::delMetadata Phar::__destruct » PHP Manual Phar phar アーカイブ内のファイルを削除する Pha ... す unlink ( 'phar://myphar.phar/unlink/me.php' ); } catch ( Exception $e ) { // エラー処理 } ?> 参考 PharDat ...
https://man.plustar.jp/php/phar.delete.html - [similar]
phar アーカイブのメタデータを返す 5444
« Phar::getAlias Phar::getModified » PHP Manual Phar phar アーカイブのメタデータを返す Phar::get ... 'file.php' )); var_dump ( $p -> getMetadata ()); } catch ( Exception $e ) { echo 'phar を変更できません:' , ...
https://man.plustar.jp/php/phar.getmetadata.html - [similar]
現在実行されている (phar 形式の) ファイルを読み込み、その内容を登録する 5444
« Phar::loadPhar Phar::mount » PHP Manual Phar 現在実行されている (phar 形式の) ファイルを読み込 ... .phar' ); include 'phar://me.phar/startup.php' ; } catch ( PharException $e ) { echo $e -> getMessage (); d ...
https://man.plustar.jp/php/phar.mapphar.html - [similar]
指定したファイルの PharFileInfo オブジェクトを取得する 5444
« Phar::offsetExists Phar::offsetSet » PHP Manual Phar 指定したファイルの PharFileInfo オブジェク ... 'exists.txt' ]; echo $p [ 'doesnotexist.txt' ]; } catch ( BadMethodCallException $e ) { echo $e ; } ?> 上の ...
https://man.plustar.jp/php/phar.offsetget.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT