検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 642 for Exception (0.042 sec.)
Create a new WriteConcern 3285
« MongoDB\Driver\WriteConcern::bsonSerialize MongoDB\Driver\WriteConcern::getJournal » PHP Manua ... However, this may return information about socket exceptions and networking errors to the application. <intege ... / 例外 引数のパースに失敗した場合に MongoDB\Driver\Exception\InvalidArgumentException をスローします。 Throws M ... ongoDB\Driver\Exception\InvalidArgumentException if w is invalid or wtimeo ...
https://man.plustar.jp/php/mongodb-driver-writeconcern.construct.html - [similar]
3285
« 定義済み定数 Yar_Server » PHP Manual Yar 例 例 例1 Yar Server Example <?php /* assume this pag ... になります。 int(3) int(5) PHP Fatal error: Uncaught exception 'Yar_Server_Exception' with message 'call to api O ...
https://man.plustar.jp/php/yar.examples.html - [similar]
暗号論的に安全な、疑似ランダムなバイト列を生成する 3270
« CSPRNG 関数 random_int » PHP Manual CSPRNG 関数 暗号論的に安全な、疑似ランダムなバイト列を生成 ... ndom を使います。 これらがいずれも使えない場合は、 Exception をスローします。 注意 : この関数は PHP 7.0 で追加さ ... / 例外 適切な不規則性のソースが見つからない場合は Exception をスローします。 無効なパラメータが指定された場合は ...
https://man.plustar.jp/php/function.random-bytes.html - [similar]
暗号論的に安全な疑似乱数を生成する 3270
« random_bytes Hash » PHP Manual CSPRNG 関数 暗号論的に安全な疑似乱数を生成する random_int (PHP ... ndom を使います。 これらがいずれも使えない場合は、 Exception をスローします。 注意 : この関数は PHP 7.0 で追加さ ... / 例外 適切な不規則性のソースが見つからない場合は Exception をスローします。 無効なパラメータが指定された場合は ...
https://man.plustar.jp/php/function.random-int.html - [similar]
Yaconf 3256
« Yaf_Exception_LoadFailed_View はじめに » PHP Manual その他の基本モジュール Yaconf Yaconf はじめ ...
https://man.plustar.jp/php/book.yaconf.html - [similar]
新しい DateTimeZone オブジェクトを作成する 3256
« DateTimeZone DateTimeZone::getLocation » PHP Manual DateTimeZone 新しい DateTimeZone オブジェク ... ッドは、指定したタイムゾーンが無効な形式だった場合に Exception をスローします。 例 例1 DateTimeZone を作成し、Dat ... { try { $mars = new DateTimeZone ( $tz ); } catch( Exception $e ) { echo $e -> getMessage () . '<br />' ; } } ? ...
https://man.plustar.jp/php/datetimezone.construct.html - [similar]
Add a delete operation to the bulk 3256
« MongoDB\Driver\BulkWrite::count MongoDB\Driver\BulkWrite::insert » PHP Manual MongoDB\Driver\B ... is available in MongoDB 4.4+ and will result in an exception at execution time if specified for an older server ... / 例外 引数のパースに失敗した場合に MongoDB\Driver\Exception\InvalidArgumentException をスローします。 変更履歴 ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.delete.html - [similar]
Swoole 3241
« stream_wrapper_unregister はじめに » PHP Manual その他の基本モジュール Swoole Swoole はじめに ... le\Event::write — Write data to the socket. Swoole\Exception — The Swoole\Exception class Swoole\Http\Client — ... ole\MySQL::query — Run the SQL query. Swoole\MySQL\Exception — The Swoole\MySQL\Exception class Swoole\Process ...
https://man.plustar.jp/php/book.swoole.html - [similar]
Yaf_Request_Abstract クラス 3241
« Yaf_Registry::set Yaf_Request_Abstract::clearParams » PHP Manual Yaf Yaf_Request_Abstract クラ ... ted $ params ; protected $ language ; protected $ _exception ; protected $ _base_uri ; protected $ uri ; protec ... ring $name , string $default = ? ): void public getException (): void public getLanguage (): void public getMet ... ィ module controller action method params language _exception _base_uri uri dispatched routed 定義済み定数 Yaf_R ... tEnv — ENV 変数を取得する Yaf_Request_Abstract::getException — The getException purpose Yaf_Request_Abstract::g ...
https://man.plustar.jp/php/class.yaf-request-abstract.html - [similar]
新機能 3241
« PHP 7.4.x から PHP 8.0.x への移行 下位互換性のない変更点 » PHP Manual PHP 7.4.x から PHP 8.0.x ... できるようになります: <?php $fn = fn () => throw new Exception ( 'Exception in arrow function' ); $user = $sessio ... n -> user ?? throw new Exception ( 'Must have user' ); 引数のリストに付ける最後のカ ... 変数に保存せずに、 例外をキャッチするために、 catch (Exception) というコードが書けるようになりました。 mixed 型の ...
https://man.plustar.jp/php/migration80.new-features.html - [similar]