検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 127 for w (0.038 sec.)
新機能 5640
« PHP 7.3.x から PHP 7.4.x への移行 新しいクラスとインターフェイス » PHP Manual PHP 7.3.x から P ... ]; $fruits = [ 'banana' , 'orange' , ... $parts , 'watermelon' ]; // ['banana', 'orange', 'apple', 'pea ... r', 'watermelon']; ?> 数値リテラルのセパレータ 数値リテラ ... す。 <?php proc_open ([ 'php' , '-r' , 'echo "Hello World\n";' ], $descriptors , $pipes ); ?> proc_open( ... のような操作 proc_open ( $cmd , [ 1 => [ 'pipe' , 'w' ], 2 => [ 'redirect' , 1 ]], $pipes ); // シェルに ...
https://man.plustar.jp/php/migration74.new-features.html - [similar]
文字列で使用されている文字に関する情報を返す 5578
« convert_uuencode crc32 » PHP Manual String 関数 文字列で使用されている文字に関する情報を返す c ... いました。 例 例1 count_chars() の例 <?php $data = "Two Ts and one F." ; foreach ( count_chars ( $data , ... 1 ) as $i => $val ) { echo "There were $val instance(s) of \"" , chr ( $i ) , "\" in t ... ng.\n" ; } ?> 上の例の出力は以下となります。 There were 4 instance(s) of " " in the string. There were ... 1 instance(s) of "." in the string. There were 1 instance(s) of "F" in the string. There were ...
https://man.plustar.jp/php/function.count-chars.html - [similar]
Fetch the next row and return it as an object 5578
« cubrid_fetch_lengths cubrid_fetch_row » PHP Manual CUBRID MySQL 互換関数 Fetch the next row an ... D >= 8.3.0) cubrid_fetch_object — Fetch the next row and return it as an object 説明 cubrid_fetch_objec ... type = ? ): object This function returns an object with the column names of the result set as propertie ... these properties are extracted from the current row of the result. パラメータ result result comes from ... (stdClass is PHP's generic empty class that's used when casting other types to objects) object is retur ...
https://man.plustar.jp/php/function.cubrid-fetch-object.html - [similar]
データベースを持続的にオープンする 5578
« dba_optimize dba_replace » PHP Manual DBA 関数 データベースを持続的にオープンする dba_popen (P ... 込みアクセスには "r"、読込み/書き込み アクセスには "w" を指定します。 読み込み/書き込みアクセスおよび存在 ...
https://man.plustar.jp/php/function.dba-popen.html - [similar]
ラージオブジェクトを生成する 5578
« pg_lo_close pg_lo_export » PHP Manual PostgreSQL 関数 ラージオブジェクトを生成する pg_lo_creat ... 返します。 PostgreSQL アクセスモード INV_READ 、 INV_WRITE および INV_ARCHIVE はサポートされません。オブジ ... d \n" ; $handle = pg_lo_open ( $database , $oid , "w" ); echo " $handle \n" ; pg_lo_write ( $handle , " ...
https://man.plustar.jp/php/function.pg-lo-create.html - [similar]
ラージオブジェクトをファイルにエクスポートする 5578
« pg_lo_create pg_lo_import » PHP Manual PostgreSQL 関数 ラージオブジェクトをファイルにエクスポー ... base ); $handle = pg_lo_open ( $database , $oid , "w" ); pg_lo_write ( $handle , "large object data" ); ...
https://man.plustar.jp/php/function.pg-lo-export.html - [similar]
ラージオブジェクトに書き込む 5578
« pg_lo_unlink pg_meta_data » PHP Manual PostgreSQL 関数 ラージオブジェクトに書き込む pg_lo_writ ... e (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_lo_write — ラージオブジェクトに書き込む 説明 pg_lo_writ ... $data , ? int $length = null ): int | false pg_lo_write() は、ラージオブジェクトの カレントのシーク位置 ... する必要があります。 注意 : この関数は、以前は pg_lowrite() と呼ばれていました。 パラメータ lob pg_lo_op ... .0 length は、nullable になりました。 例 例1 pg_lo_write() の例 <?php $doc_oid = 189762345 ; $data = "T ...
https://man.plustar.jp/php/function.pg-lo-write.html - [similar]
一意なファイル名を生成する 5578
« symlink tmpfile » PHP Manual ファイルシステム 関数 一意なファイル名を生成する tempnam (PHP 4, ... 意 : プレフィックスの最初の63文字のみを使用します。 Windows では、プレフィックスの最初の 3 文字のみを使用 ... ( "/tmp" , "FOO" ); $handle = fopen ( $tmpfname , "w" ); fwrite ( $handle , "writing to tempfile" ); fc ...
https://man.plustar.jp/php/function.tempnam.html - [similar]
フィールドの配列を CSV の行として書き出す 5578
« SplFileObject::fpassthru SplFileObject::fread » PHP Manual SplFileObject フィールドの配列を CS ... 例外 separator や enclosure が一文字でない場合は E_WARNING レベルのエラーが発生します。 変更履歴 バージ ... , '789' ), array( '"aaa"' , '"bbb"' ) ); $file = new SplFileObject ( 'file.csv' , 'w' ); foreach ( $lis ...
https://man.plustar.jp/php/splfileobject.fputcsv.html - [similar]
The MongoDB\Driver\ReadConcern class 5505
« MongoDB\Driver\ReadPreference::unserialize MongoDB\Driver\ReadConcern::bsonSerialize » PHP Man ... n::AVAILABLE Default for reads against secondaries when afterClusterTime and level are unspecified. The ... data. Provides no guarantee that the data has been written to a majority of the replica set members (i. ... greater tolerance for partitions since it does not wait to ensure consistency guarantees. However, a qu ... ery with "available" read concern may return orphan docu ...
https://man.plustar.jp/php/class.mongodb-driver-readconcern.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT