検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 125 for throw (0.037 sec.)
値を渡して、ファイバーの実行を再開させる 5393
« Fiber::start Fiber::throw » PHP Manual Fiber 値を渡して、ファイバーの実行を再開させる Fiber::r ...
https://man.plustar.jp/php/fiber.resume.html - [similar]
JSON 文字列をデコードする 5393
« JSON 関数 json_encode » PHP Manual JSON 関数 JSON 文字列をデコードする json_decode (PHP 5 >= 5 ... ALID_UTF8_SUBSTITUTE , JSON_OBJECT_AS_ARRAY , JSON_THROW_ON_ERROR . からなるビットマスク。 各定数の意味につ ... 更履歴 バージョン 説明 7.3.0 flags パラメータに JSON_THROW_ON_ERROR が追加されました。 7.2.0 associative は n ...
https://man.plustar.jp/php/function.json-decode.html - [similar]
Register a set of PHP functions as a Lua library 5393
« LuaSandbox::pauseUsageTimer LuaSandbox::setCPULimit » PHP Manual LuaSandbox Register a set of ... { echo " $string \n" ; }, 'error' => function () { throw new LuaSandboxRuntimeError ( "Something is wrong" ...
https://man.plustar.jp/php/luasandbox.registerlibrary.html - [similar]
新機能 5393
« PHP 7.4.x から PHP 8.0.x への移行 下位互換性のない変更点 » PHP Manual PHP 7.4.x から PHP 8.0.x ... 、トレイトを使うクラスで実装されなければなりません。 throw が式として使えるようになりました。 これによって、以 ... な書き方ができるようになります: <?php $fn = fn () => throw new Exception ( 'Exception in arrow function' ); $ ... user = $session -> user ?? throw new Exception ( 'Must have user' ); 引数のリストに ...
https://man.plustar.jp/php/migration80.new-features.html - [similar]
Throwable 5332
« IteratorAggregate::getIterator Throwable::getMessage » PHP Manual 定義済みのインターフェイスと ... クラス Throwable Throwable (PHP 7, PHP 8) はじめに Throwable は ...throw 文でスロー可能なあらゆるオブジェクトが実装する基底 ... n も、これを実装しています。 注意 : PHP のクラスが Throwable インターフェイスを直接実装することはできません ... する必要があります。 インターフェイス概要 interface Throwable extends Stringable { /* メソッド */ public get ...
https://man.plustar.jp/php/class.throwable.html - [similar]
クラスが定義済みかどうかを確認する 5332
« class_alias enum_exists » PHP Manual クラス/オブジェクト関数 クラスが定義済みかどうかを確認する ... 認する if (! class_exists ( $class_name , false )) { throw new LogicException ( "Unable to load class: $class ...
https://man.plustar.jp/php/function.class-exists.html - [similar]
以前の例外ハンドラ関数を回復する 5332
« restore_error_handler set_error_handler » PHP Manual エラー処理関数 以前の例外ハンドラ関数を回 ... eption_handler_2' ); restore_exception_handler (); throw new Exception ( 'This triggers the first exception ...
https://man.plustar.jp/php/function.restore-exception-handler.html - [similar]
現在のセッションIDを新しく生成したものと置き換える 5332
« session_name session_register_shutdown » PHP Manual セッション関数 現在のセッションIDを新しく生 ... ag_from_active_sessions ( $_SESSION [ 'userid' ]); throw(new DestroyedSessionAccessException ); } $old_sess ... ag_from_active_sessions ( $_SESSION [ 'userid' ]); throw(new DestroyedSessionAccessException ); } if (isset ...
https://man.plustar.jp/php/function.session-regenerate-id.html - [similar]
Define or return the exit code for the current running service 5332
« win32_send_custom_control win32_set_service_exit_mode » PHP Manual win32service 関数 Define or ... an E_ERROR level error. As of version 1.0.0, will throw a Win32ServiceException if SAPI is not "cli" 変更履 ... 歴 バージョン 説明 PECL win32service 1.0.0 Throws a ValueError on invalid data in parameters, previ ... ously false was returned. PECL win32service 1.0.0 Throws a Win32ServiceException on error, previously a Wi ... , Define , running , ServiceException , returned , Throws ...
https://man.plustar.jp/php/function.win32-set-service-exit-code.html - [similar]
Define or return the exit mode for the current running service 5332
« win32_set_service_exit_code win32_set_service_status » PHP Manual win32service 関数 Define or ... an E_ERROR level error. As of version 1.0.0, will throw a Win32ServiceException if SAPI is not "cli" 変更履 ... 歴 バージョン 説明 PECL win32service 1.0.0 Throws a ValueError on invalid data in parameters, previ ... ously false was returned. PECL win32service 1.0.0 Throws a Win32ServiceException on error, previously a Wi ...
https://man.plustar.jp/php/function.win32-set-service-exit-mode.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT