検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 249 for option (0.013 sec.)
デフォルトのストリームコンテキストを設定する 4769
« stream_context_get_params stream_context_set_option » PHP Manual ストリーム 関数 デフォルトのス ... を設定する 説明 stream_context_set_default ( array $options ): resource ( fopen() 、 file_get_contents() のよ ... ext_create() と同じ構文が使用できます。 パラメータ options デフォルトコンテキストに設定するオプション。 注意 ... : options は、 $arr['wrapper']['option'] = $value のような形 ... , 設定 , stream , context , デフォルト , default , option , 関数 , サポート ...
https://man.plustar.jp/php/function.stream-context-set-default.html - [similar]
Building the MongoDB PHP Driver from source 4769
« Installing the MongoDB PHP Driver on Windows 実行時設定 » PHP Manual インストール手順 Building ... libs=yes instead. For a complete list of configure options, run configure --help . When using bundled versio ... an SSL library according to the --with-mongodb-ssl option for configure . The default value is --with-mongod ... ug-non-zts-20151012/ Ensure that the extension_dir option in php.ini points to the directory where mongodb.s ... o was installed. You can query for the option by running: $ php -i | grep extension_dir extensio ...
https://man.plustar.jp/php/mongodb.installation.manual.html - [similar]
Execute one or more write operations on this server 4739
« MongoDB\Driver\Server::__construct MongoDB\Driver\Server::executeCommand » PHP Manual MongoDB\ ... amespace , MongoDB\Driver\BulkWrite $bulk , array $options = array() ): MongoDB\Driver\WriteResult Executes ... lk ( MongoDB\Driver\BulkWrite ) 実行する書き込み。 options options Option Type Description session MongoDB\D ... xception\InvalidArgumentException if the "session" option is used in combination with an unacknowledged writ ... dArgumentException will be thrown if the "session" option is used in combination with an unacknowledged writ ...
https://man.plustar.jp/php/mongodb-driver-server.executebulkwrite.html - [similar]
The SVM class 4709
« 例 SVM::__construct » PHP Manual SVM The SVM class The SVM class (PECL svm >= 0.1.0) はじめに ... $problem , int $number_of_folds ): float public getOptions (): array public setOptions ( array $params ): bo ... kernel - currently unsupported. SVM::OPT_TYPE The options key for the SVM type SVM::OPT_KERNEL_TYPE The opt ... oly, RBF and Sigmoid kernel types. SVM::OPT_NU The option key for the nu parameter, only used in the NU_ SVM ... types SVM::OPT_EPS The option key for the Epsilon parameter, used in epsilon reg ...
https://man.plustar.jp/php/class.svm.html - [similar]
指定した伝送に関する情報を得る 4709
« curl_file_create curl_init » PHP Manual cURL 関数 指定した伝送に関する情報を得る curl_getinfo ... 得る 説明 curl_getinfo ( CurlHandle $handle , ? int $option = null ): mixed 直近の転送に関する情報を取得します ... パラメータ handle curl_init() が返す cURL ハンドル。 option これは、以下のいずれかの定数となります。 CURLINFO_ ... む、以前の転送にかかった合計時間(マイクロ秒) 戻り値 option を指定した場合は、その値を返します。 それ以外の場合 ... 以下の要素をもつ連想配列を返します (それぞれの要素が option に対応します)。 失敗した場合は false を返します。 ...
https://man.plustar.jp/php/function.curl-getinfo.html - [similar]
Salt-encrypts a value 4709
« radius_request_authenticator radius_send_request » PHP Manual Radius 関数 Salt-encrypts a valu ... is achieved automatically by providing the RADIUS_OPTION_SALT option to an attribute setter function, but t ...
https://man.plustar.jp/php/function.radius-salt-encrypt-attr.html - [similar]
リソース型の一覧 4709
« その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の ... , ftp_alloc() , ftp_chmod() , ftp_exec() , ftp_get_option() , ftp_nb_continue() , ftp_nb_fget() , ftp_nb_fpu ... ftp_nb_get() , ftp_nb_put() , ftp_raw() , ftp_set_option() ftp_close() FTP 接続 (PHP 8.1.0 より前) gd image ... ap_get_values() , ldap_get_values_len() , ldap_get_option() , ldap_list() , ldap_modify() , ldap_mod_add() , ... () , ldap_next_entry() , ldap_mod_del() , ldap_set_option() , ldap_unbind() ldap_free_result() ldap search r ...
https://man.plustar.jp/php/resource.html - [similar]
DB2 データベースサーバーの情報をプロパティに保持するオブジェクトを返す 4679
« db2_rollback db2_set_option » PHP Manual IBM DB2 関数 DB2 データベースサーバーの情報をプロパテ ... 含むデータベースサーバーのインスタンス名。 ISOLATION_OPTION array データベースサーバーがサポートする分離オプシ ... dump ( $server -> DFT_ISOLATION ); echo "ISOLATION_OPTION: " ; $il = '' ; foreach( $server -> ISOLATION_OPTI ... : int(179) DFT_ISOLATION: string(2) "CS" ISOLATION_OPTION: string(12) "UR CS RS RR " SQL_CONFORMANCE: string ...
https://man.plustar.jp/php/function.db2-server-info.html - [similar]
配列構造体に XML データを処理する 4679
« xml_get_error_code xml_parse » PHP Manual XML パーサ 関数 配列構造体に XML データを処理する xm ... ); $parser = xml_parser_create (); xml_parser_set_option ( $parser , XML_OPTION_CASE_FOLDING , 0 ); xml_par ... ser_set_option ( $parser , XML_OPTION_SKIP_WHITE , 1 ); xml_parse ...
https://man.plustar.jp/php/function.xml-parse-into-struct.html - [similar]
Execute a database query 4679
« MongoDB\Driver\Manager::executeCommand MongoDB\Driver\Manager::executeReadCommand » PHP Manual ... $namespace , MongoDB\Driver\Query $query , array $options = array() ): MongoDB\Driver\Cursor Selects a serv ... er according to the "readPreference" option and executes the query on that server. By default, ... )。 query ( MongoDB\Driver\Query ) 実行するクエリ。 options options Option Type Description readPreference Mo ... 明 PECL mongodb 1.4.0 The third parameter is now an options array. For backwards compatibility, this paramate ...
https://man.plustar.jp/php/mongodb-driver-manager.executequery.html - [similar]