検索

phrase: max: clip:
target: order:
Results of 481 - 490 of about 2039 for To (0.035 sec.)
基本的な使用法 2572
« 例 FTP 関数 » PHP Manual 例 基本的な使用法 基本的な使用法 例1 FTP の例 <?php // 接続を確立する ... cho "FTP connection has failed!" ; echo "Attempted to connect to $ftp_server for user $ftp_user_name " ; ... exit; } else { echo "Connected to $ftp_server , for user $ftp_user_name " ; } // ファ ... as failed!" ; } else { echo "Uploaded $source_file to $ftp_server as $destination_file " ; } // FTP スト ...
https://man.plustar.jp/php/ftp.examples-basic.html - [similar]
2 進数 を 10 進数に変換する 2572
« base_convert ceil » PHP Manual Math 関数 2 進数 を 10 進数に変換する bindec (PHP 4, PHP 5, PHP ... , 'PHP_INT_MAX' ); p (~ PHP_INT_MAX , 'interpreted to be one more than PHP_INT_MAX' ); if ( PHP_INT_SIZE ... == 4 ) { $note = 'interpreted to be the largest unsigned integer' ; } else { $note ... = 'interpreted to be the largest unsigned integer (18446744073709551 ... 00000000000 bindec(): 2147483648 NOTE: interpreted to be one more than PHP_INT_MAX input: -1 binary: 111 ...
https://man.plustar.jp/php/function.bindec.html - [similar]
Escape special characters in a string for use in an SQL statement 2572
« cubrid_query cubrid_result » PHP Manual CUBRID MySQL 互換関数 Escape special characters in a s ... acters: ' . In general, single quotations are used to enclose character string. Double quotations may be ... value of ansi_quotes, which is a parameter related to SQL statement. If the ansi_quotes value is set to ... identifier. The default value is yes. If you want to include a single quote as part of a character stri ... ow. パラメータ unescaped_string The string that is to be escaped. conn_identifier The CUBRID connection. ...
https://man.plustar.jp/php/function.cubrid-real-escape-string.html - [similar]
Returns the BSON representation of a JSON value 2572
« 関数 MongoDB\BSON\fromPHP » PHP Manual 関数 Returns the BSON representation of a JSON value Mo ... $json ): string Converts an » extended JSON string to its BSON representation. パラメータ json ( string ... ) JSON value to be converted. 戻り値 The serialized BSON document ... lueException if the JSON value cannot be converted to BSON (e.g. due to a syntax error). 例 例1 MongoDB\ ... ON \ fromJSON ( $json ); $value = MongoDB \ BSON \ toPHP ( $bson ); var_dump ( $value ); ?> 上の例の出力 ...
https://man.plustar.jp/php/function.mongodb.bson-fromjson.html - [similar]
Delete a function 2572
« uopz_del_function uopz_extend » PHP Manual Uopz 関数 Delete a function uopz_delete (PECL uopz ... たとえば以下のようになります。 PHP Fatal error: Call to undefined function strlen() in /path/to/script.php ... たとえば以下のようになります。 PHP Fatal error: Call to undefined method My::strlen() in /path/to/script.p ...
https://man.plustar.jp/php/function.uopz-delete.html - [similar]
はじめに 2572
« XMLDiff インストール/設定 » PHP Manual XMLDiff はじめに はじめに The extension is able to prod ... uce diffs of two XML documents and then to apply the difference to the source document. The d ... truction nodes in human readable format. DOMDocument objects, local files and strings in memory can be p ...
https://man.plustar.jp/php/intro.xmldiff.html - [similar]
Create a new ClientEncryption object 2572
« MongoDB\Driver\ClientEncryption MongoDB\Driver\ClientEncryption::createDataKey » PHP Manual Mo ... aultClient MongoDB\Driver\Manager The Manager used to route data key queries. This option is required (u ... tion for one or more KMS providers, which are used to encrypt data keys. Currently "aws" , "azure" , "gc ... p" , and "local" are supported and at least one must be specified. The format for "aws" is as f ... ityPlatformEndpoint: <optional string> // Defaults to "login.microsoftonline.com" } The format for "gcp" ...
https://man.plustar.jp/php/mongodb-driver-clientencryption.construct.html - [similar]
要件 2572
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 As of version 1.8. ... ll use it if available. If the build process fails to find a TLS library, users should check that the ap ... umentation. » Cyrus SASL is an optional dependency to support Kerberos authentication and will be used i ... f available. 注意 : Due to potential problems representing 64-bit integers on ... 32-bit platforms, users are advised to use 64-bit environments. When using a 32-bit platf ...
https://man.plustar.jp/php/mongodb.requirements.html - [similar]
IDN 関数 2572
« grapheme_substr idn_to_ascii » PHP Manual intl IDN 関数 IDN 関数 目次 idn_to_ascii — ドメイン名 ... をIDNAのASCII形式に変換する idn_to_utf8 — IDNAのASCII方式でエンコードされたドメイン名 ...
https://man.plustar.jp/php/ref.intl.idn.html - [similar]
Create a SVMModel based on training data 2572
« SVM::setOptions SVMModel » PHP Manual SVM Create a SVMModel based on training data SVM::train ... array $weights = ? ): SVMModel Train a support vector machine based on the supplied training data. パラ ... (usually 1 or -1) then followed by a sparse data set of dimension => data pairs. A URL to a file contain ... he each line being a new training example, the start of each line containing the class (1, -1) then a se ... alues shows as key:value. A opened stream pointing to a data source formatted as in the file above. weig ...
https://man.plustar.jp/php/svm.train.html - [similar]