検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 734 for s (0.011 sec.)
Returns the ReadPreference's "maxStalenessSeconds" option 3908
« MongoDB\Driver\ReadPreference::getHedge MongoDB\Driver\ReadPreference::getMode » PHP Manual Mo ... ngoDB\Driver\ReadPreference Returns the ReadPreference's "maxStalenessSeconds" option ... MongoDB\Driver\ReadPreference::getMaxStalenessSeconds (mongodb >=1.2.0) MongoDB\Driver\Re ... adPreference::getMaxStalenessSeconds — Returns the ReadPreference's "max ... StalenessSeconds" option 説明 final public MongoDB\Driver\R ...
https://man.plustar.jp/php/mongodb-driver-readpreference.getmaxstalenessseconds.... - [similar]
The MongoDB\BSON\JavascriptInterface interface 3880
« MongoDB\BSON\Decimal128Interface::__toString MongoDB\BSON\JavascriptInterface::getCode » PHP M ... anual MongoDB\BSON The MongoDB\BSON\JavascriptInterface interface T ... he MongoDB\BSON\JavascriptInterface interface (mongodb >=1.3.0) ... はじめに This interface is implemented by MongoDB\BSON\Javascrip ... t to be used as a parameter, return, or property type in user ...
https://man.plustar.jp/php/class.mongodb-bson-javascriptinterface.html - [similar]
Open a connection to a CUBRID Server 3880
« cubrid_connect_with_url cubrid_current_oid » PHP Manual CUBRID 関数 Open a connection to a CUB ... RID Server cubrid_connect (PECL CUBRID >= 8.3.1) cubrid_ ... connect — Open a connection to a CUBRID Server 説明 cubrid_connect ( string $host , int $por ... t , string $dbname , string $userid = ? , string $passwd ... = ? , bool $new_link = false ): resource The cubrid_connect() function is used ...
https://man.plustar.jp/php/function.cubrid-connect.html - [similar]
プリペアドステートメントから結果を取得し、バインド変数に格納する 3880
« mysqli_stmt::execute mysqli_stmt::$field_count » PHP Manual mysqli_stmt プリペアドステートメン ... トから結果を取得し、バインド変数に格納する mysqli_stmt::fetch mysqli_stmt_fetch (PHP 5, PHP 7, PH ... P 8) mysqli_stmt::fetch -- mysqli_stmt_fetch — プリペアドス ... ンド変数に格納する 説明 オブジェクト指向型 public mysqli_stmt::fetch (): ? bool 手続き型 mysqli_stmt_fet ... ch ( mysqli_stmt $statement ): ? bool プリペアドステートメン ...
https://man.plustar.jp/php/mysqli-stmt.fetch.html - [similar]
ストレージ内のオブジェクトにデータを関連づける 3880
« SplObjectStorage::offsetGet SplObjectStorage::offsetUnset » PHP Manual SplObjectStorage ストレ ... ージ内のオブジェクトにデータを関連づける SplObjectStorage::offsetSet (PHP 5 >= 5.3.0, PHP 7, ... PHP 8) SplObjectStorage::offsetSet — ストレージ内のオブジェ ... クトにデータを関連づける 説明 public SplObjectStorage::offsetSet ( object $object , mixed ... ージ内のオブジェクトにデータを関連づけます。 注意 : SplObjectStorage::offsetSet() は、 SplObjectStorage: ...
https://man.plustar.jp/php/splobjectstorage.offsetset.html - [similar]
保存した数値を減らす 3853
« apcu_clear_cache apcu_delete » PHP Manual APCu 関数 保存した数値を減らす apcu_dec (PECL apcu > ... 0) apcu_dec — 保存した数値を減らす 説明 apcu_dec ( string $key , int $step = 1 , bool &$success = ? , i ... nt $ttl = 0 ): int | false 保存した整数値を減らします。 パラメータ key 減らし ... たい値のキー。 step 減らしたい数。 success この参照渡しの変数に、成 ... た場合に key の現在値を返します。 失敗した場合に false を返します 例 例1 apcu_dec() の例 <?php echo "Let ...
https://man.plustar.jp/php/function.apcu-dec.html - [similar]
保存した数値を増やす 3853
« apcu_fetch apcu_key_info » PHP Manual APCu 関数 保存した数値を増やす apcu_inc (PECL apcu >= 4. ... 0) apcu_inc — 保存した数値を増やす 説明 apcu_inc ( string $key , int $step = 1 , bool &$success = ? , i ... nt $ttl = 0 ): int | false 保存した整数値を増やします。 パラメータ key 増やし ... たい値のキー。 step 増やしたい数。 success この参照渡しの変数に、成 ... た場合に key の現在値を返します。 失敗した場合に false を返します 例 例1 apcu_inc() の例 <?php echo "Let ...
https://man.plustar.jp/php/function.apcu-inc.html - [similar]
Using the PHP Library for MongoDB (PHPLIB) 3853
« Tutorials Application Performance Monitoring (APM) » PHP Manual Tutorials Using the PHP Librar ... y for MongoDB (PHPLIB) Using the PHP Library for MongoDB (PHPLIB) After the ... initial driver set-up, we will continue explaining how to get start ... ed with the MongoDB driver and corresponding userland library to write our first project ... . Installing the PHP Library with Composer The last thin ...
https://man.plustar.jp/php/mongodb.tutorial.library.html - [similar]
単一のフィールドのメタデータを取得する 3853
« mysqli_result::fetch_column mysqli_result::fetch_field » PHP Manual mysqli_result 単一のフィー ... ルドのメタデータを取得する mysqli_result::fetch_field_direct mysqli_fetch_field_d ... irect (PHP 5, PHP 7, PHP 8) mysqli_result::fetch_field_direct -- mysqli_fetch_fiel ... タデータを取得する 説明 オブジェクト指向型 public mysqli_result::fetch_field_direct ( int $index ): obje ... ct | false 手続き型 mysqli_fetch_field_direct ( mysqli_resul ...
https://man.plustar.jp/php/mysqli-result.fetch-field-direct.html - [similar]
ステートメントの実行 3853
« データベース接続 プリペアドステートメント » PHP Manual クイックスタートガイド ステートメントの ... 実行 ステートメントの実行 ステートメントは、 mysqli::query() , mysqli::real_query() , mysqli::multi ... _query() を使って実行できます。 mysqli::query() がもっともよく使われますが、 ステートメ ... 取得を一回の呼び出しで組み合わせることもできます。 mysqli::query() の呼び出しは、 mysqli::real_query() の ... 後に mysqli::store_result() を呼び出すことと同じです。 例1 ...
https://man.plustar.jp/php/mysqli.quickstart.statements.html - [similar]