検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 375 for options (0.007 sec.)
Create a new ClientEncryption object 5358
« MongoDB\Driver\Manager::__construct MongoDB\Driver\Manager::executeBulkWrite » PHP Manual Mong ... DB\Driver\Manager::createClientEncryption ( array $options ): MongoDB\Driver\ClientEncryption Constructs a ne ... \Driver\ClientEncryption object with the specified options. パラメータ options options Option Type Descriptio ... ys key: <base64 string>|<MongoDB\BSON\Binary> } tlsOptions array A document containing the TLS configuration ... , and "kmip" . All providers support the following options: <provider>: { tlsCaFile: <optional string>, tlsCe ...
https://man.plustar.jp/php/mongodb-driver-manager.createclientencryption.html - [similar]
ストリーム / ラッパー / コンテキストに設定されているオプションを取得する 5323
« stream_context_get_default stream_context_get_params » PHP Manual ストリーム 関数 ストリーム / ... 定されているオプションを取得する stream_context_get_options (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) stream_conte ... xt_get_options — ストリーム / ラッパー / コンテキストに設定されて ... いるオプションを取得する 説明 stream_context_get_options ( resource $stream_or_context ): array 指定されたス ... ョンを連想配列で返します。 例 例1 stream_context_get_options() の例 <?php $params = array( "method" => "POST" ) ...
https://man.plustar.jp/php/function.stream-context-get-options.html - [similar]
指定したハッシュがオプションにマッチするかどうかを調べる 5253
« password_hash password_verify » PHP Manual Password Hashing 関数 指定したハッシュがオプションに ... string $hash , string | int | null $algo , array $options = [] ): bool 指定したハッシュが、特定のアルゴリズム ... 使うアルゴリズムを表す パスワードアルゴリズム定数 。 options オプションを含む連想配列。各アルゴリズムがサポート ... 数 のページを参照ください。 戻り値 指定した algo と options にマッチするためにハッシュの再計算が必要な場合は t ... ドウェアの性能の向上にあわせて変えることができます $options = array( 'cost' => 11 ); // 格納されたハッシュを、 ...
https://man.plustar.jp/php/function.password-needs-rehash.html - [similar]
Create a new ClientEncryption object 5174
« MongoDB\Driver\ClientEncryption MongoDB\Driver\ClientEncryption::createDataKey » PHP Manual Mo ... goDB\Driver\ClientEncryption::__construct ( array $options ) Constructs a new MongoDB\Driver\ClientEncryption ... object with the specified options. パラメータ options options Option Type Descriptio ... ys key: <base64 string>|<MongoDB\BSON\Binary> } tlsOptions array A document containing the TLS configuration ... , and "kmip" . All providers support the following options: <provider>: { tlsCaFile: <optional string>, tlsCe ...
https://man.plustar.jp/php/mongodb-driver-clientencryption.construct.html - [similar]
mysql サーバーとの接続をオープンする 5174
« mysqli::query mysqli::real_escape_string » PHP Manual mysqli mysql サーバーとの接続をオープンす ... it() が作成した接続オブジェクトが必要です。 mysqli_options() 関数を使用して、 さまざまな接続オプションを設定す ... { die( 'mysqli_init failed' ); } if (! $mysqli -> options ( MYSQLI_INIT_COMMAND , 'SET AUTOCOMMIT = 0' )) { ... MYSQLI_INIT_COMMAND failed' ); } if (! $mysqli -> options ( MYSQLI_OPT_CONNECT_TIMEOUT , 5 )) { die( 'Settin ... $pass , $db ) { parent :: init (); if (! parent :: options ( MYSQLI_INIT_COMMAND , 'SET AUTOCOMMIT = 0' )) { ...
https://man.plustar.jp/php/mysqli.real-connect.html - [similar]
Starts a transaction 5104
« MongoDB\Driver\Session::isInTransaction MongoDB\Driver\ClientEncryption » PHP Manual MongoDB\D ... MongoDB\Driver\Session::startTransaction ( array $options = ? ): void Starts a multi-document transaction as ... MongoDB\Driver\Session::endSession() . パラメータ options Options can be passed as argument to this method. ... Each element in this options array overrides the corresponding option from the ... "defaultTransactionOptions" option, if set when starting the session with Mon ...
https://man.plustar.jp/php/mongodb-driver-session.starttransaction.html - [similar]
新規に秘密鍵を生成する 5069
« openssl_pkey_get_public openssl_private_decrypt » PHP Manual OpenSSL 関数 新規に秘密鍵を生成す ... に秘密鍵を生成する 説明 openssl_pkey_new ( ? array $options = null ): OpenSSLAsymmetricKey | false openssl_pke ... ールについてのセクション を参照ください。 パラメータ options 鍵の作成方法の詳細(ビット数など)を指定するには、 ... options を使用します。 options の詳細な情報については open ... いました。 7.1.0 EC キーを作成できるようにするため、 options に curve_name が追加されました。 例 例1 秘密鍵から ...
https://man.plustar.jp/php/function.openssl-pkey-new.html - [similar]
Fetch the data for graph as array 5025
« rrd_error rrd_first » PHP Manual RRD 関数 Fetch the data for graph as array rrd_fetch (PECL rr ... s array 説明 rrd_fetch ( string $filename , array $options ): array Gets data for graph output from RRD datab ... eated. パラメータ filename RRD database file name. options Array of options for resolution specification. 戻り ...
https://man.plustar.jp/php/function.rrd-fetch.html - [similar]
Exports the information about RRD database 5025
« rrd_version rrdc_disconnect » PHP Manual RRD 関数 Exports the information about RRD database r ... rmation about RRD database 説明 rrd_xport ( array $options ): array Exports the information about RRD databas ... hen restored back as RRD database file. パラメータ options Array of options for the export, see rrd xport man ...
https://man.plustar.jp/php/function.rrd-xport.html - [similar]
Execute a database command 4990
« MongoDB\Driver\Manager::executeBulkWrite MongoDB\Driver\Manager::executeQuery » PHP Manual Mon ... ing $db , MongoDB\Driver\Command $command , array $options = array() ): MongoDB\Driver\Cursor Selects a serve ... is method accepts "readConcern" and "writeConcern" options, which will be incorporated into the command docum ... ent, those options will not default to corresponding values from the ... mand ( MongoDB\Driver\Command ) 実行するコマンド。 options options Option Type Description readConcern MongoD ...
https://man.plustar.jp/php/mongodb-driver-manager.executecommand.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT