検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 1237 for n (0.012 sec.)
4299
« 定義済み定数 Zlib 関数 » PHP Manual Zlib 例 例 テンポラリファイルをオープンし、テスト用文字列を ... を 2 回出力します。 例1 簡単な Zlib の例 <?php $filename = tempnam ( '/tmp' , 'zlibtest' ) . '.gz' ; ech ... o "<html>\n<head></head>\n<body>\n<pre>\n" ; $s = "Only a test ... , test, test, test, test, test, test, test!\n" ; // 最大限の圧縮を指定して書きこみ用にファイルを ... オープン $zp = gzopen ( $filename , "w9" ); // 文字列をファイルに書きこむ ...
https://man.plustar.jp/php/zlib.examples.html - [similar]
Expect の使用例 4276
« 例 Expect 関数 » PHP Manual 例 Expect の使用例 Expect の使用例 例1 Expect の使用例 この例ではリ ... 経由で接続し、接続先の稼働時間を表示します。 <?php ini_set ( "expect.loguser" , "Off" ); $stream = fopen ... )) { case PASSWORD : fwrite ( $stream , "password\n" ); break; default: die ( "リモートホストへの接続時 ... にエラーが発生しました!\n" ); } while ( $line = fgets ( $stream )) { print $ ... line ; } fclose ( $stream ); ?> 次の例は、リモートホス ...
https://man.plustar.jp/php/expect.examples-usage.html - [similar]
PHP の値に関する xmlrpc 型を取得する 4276
« xmlrpc_encode xmlrpc_is_fault » PHP Manual XML-RPC 関数 PHP の値に関する xmlrpc 型を取得する x ... 取得する 説明 xmlrpc_get_type ( mixed $value ): string 警告 この関数は、 実験的 なものです。この関数の動 ... 例1 XML-RPC の型の例 <?php echo xmlrpc_get_type ( null ) . "\n" ; // base64 echo xmlrpc_get_type ( fal ... se ) . "\n" ; // boolean echo xmlrpc_get_type ( 1 ) . "\n" ; ... // int echo xmlrpc_get_type ( 1.0 ) . "\n" ; // double e ...
https://man.plustar.jp/php/function.xmlrpc-get-type.html - [similar]
値を JSON 形式にして返す 4248
« json_decode json_last_error_msg » PHP Manual JSON 関数 値を JSON 形式にして返す json_encode (P ... HP 5 >= 5.2.0, PHP 7, PHP 8, PECL json >= 1.2.0) json_encode — 値を JSON 形式にして返す 説 ... 明 json_encode ( mixed $value , int $flags = 0 , int $dept ... h = 512 ): string | false 与えられた value を JSON 形式にした文字列 ... 、浮動小数点のエンコーディングは、 serialize_precision の値によっても影響を受けます。 パラメータ value エ ...
https://man.plustar.jp/php/function.json-encode.html - [similar]
Return the client library version 4202
« cubrid_get_class_name cubrid_get_db_parameter » PHP Manual CUBRID 関数 Return the client libra ... ry version cubrid_get_client_info (PECL CUBRID >= 8.3.0) cubr ... id_get_client_info — Return the client library version 説明 cub ... rid_get_client_info (): string This function returns a string th ... at represents the client library version. パラメータ 戻り値 A ...
https://man.plustar.jp/php/function.cubrid-get-client-info.html - [similar]
Return the CUBRID server version 4202
« cubrid_get_query_timeout cubrid_get » PHP Manual CUBRID 関数 Return the CUBRID server version ... cubrid_get_server_info (PECL CUBRID >= 8.3.0) cubrid_get_server_info — ... Return the CUBRID server version 説明 cubrid_get_server_i ... nfo ( resource $conn_identifier ): string This function returns a stri ... ng that represents the CUBRID server version. パラメータ conn_ident ...
https://man.plustar.jp/php/function.cubrid-get-server-info.html - [similar]
Oracle Database の暗黙の結果セットを持つ親ステートメント・リソースから次の子ステ... 4202
« oci_free_statement oci_lob_copy » PHP Manual OCI8 関数 Oracle Database の暗黙の結果セットを持つ ... 説明 oci_get_implicit_resultset ( resource $statement ): resource | false ストアドまたは匿名の Oracle P ... acle Database 12 (またはそれ以降) の DBMS_SQL.RETURN_RESULT PL/SQL 関数によりクエリの結果を返します。 こ ... り明示的に設定することができます。 パラメータ statement oci_parse() により作成され、 oci_execute() により ... しれませんし、 いないかもしれません。 戻り値 statement 上で使用可能な 次の子ステートメントに対する文ハン ...
https://man.plustar.jp/php/function.oci-get-implicit-resultset.html - [similar]
単一のフィールドのメタデータを取得する 4202
« mysqli_result::fetch_column mysqli_result::fetch_field » PHP Manual mysqli_result 単一のフィー ... ト指向型 public mysqli_result::fetch_field_direct ( int $index ): object | false 手続き型 mysqli_fetch_fi ... eld_direct ( mysqli_result $result , int $index ): object | false 指定した結果セットから、 ... _get_result() が返す mysqli_result オブジェクト。 index フィールド番号。この値は 0 から フィールド数 - ... 報を含むオブジェクトを返します。もし、指定した fieldnr のフィールドの情報が取得できない場合は false を返 ...
https://man.plustar.jp/php/mysqli-result.fetch-field-direct.html - [similar]
Basic Gearman client and worker, background 4157
« Basic usage Basic Gearman client and worker, submitting tasks » PHP Manual 例 Basic Gearman cl ... ient and worker, background Basic Gearman client and w ... orker, background 例1 Basic Gearman client and worker, background T ... his example shows a very simple client and worker. The client sends a string to the job ... server as a background job, and the worker reverses the string. Note tha ...
https://man.plustar.jp/php/gearman.examples-reverse-bg.html - [similar]
Read from BLOB/CLOB data 4128
« cubrid_lob2_new cubrid_lob2_seek64 » PHP Manual CUBRID 関数 Read from BLOB/CLOB data cubrid_lo ... CLOB data 説明 cubrid_lob2_read ( resource $lob_identifier , int $len ): string The cubrid_lob2_read() ... function reads len bytes from the LOB data and returns ... the bytes read. パラメータ lob_identifier Lob identifier as a result of cubrid_lob2_ne ... w() or get from the result set. len Length from buffer you want to read from the lob d ...
https://man.plustar.jp/php/function.cubrid-lob2-read.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT