検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 127 for w (0.016 sec.)
コード変換指令に基づきファイルからファイルにコード変換する 5701
« Recode 関数 recode_string » PHP Manual Recode 関数 コード変換指令に基づきファイルからファイルに ... ut.txt' , 'r' ); $output = fopen ( 'output.txt' , 'w' ); recode_file ( "us..flat" , $input , $output ); ...
https://man.plustar.jp/php/function.recode-file.html - [similar]
select() システムコールと同等の操作を、 ストリームの配列に対して seconds と micr... 5701
« stream_resolve_include_path stream_set_blocking » PHP Manual ストリーム 関数 select() システム ... 行う 説明 stream_select ( ? array &$read , ? array &$write , ? array &$except , ? int $seconds , ? int $m ... 。このとき、 fread() は長さ 0 の文字列を返します)。 write write 配列に列挙されたストリームに対しては、 ブ ... 状態が実際に変化したのかが分かるよう、 配列 read 、 write および except に変更が加えられます。 但し、配列 ... 配列を用意 */ $read = array( $stream1 , $stream2 ); $write = NULL ; $except = NULL ; if ( false === ( $nu ...
https://man.plustar.jp/php/function.stream-select.html - [similar]
テンポラリファイルを作成する 5701
« tempnam touch » PHP Manual ファイルシステム 関数 テンポラリファイルを作成する tmpfile (PHP 4, ... 明 tmpfile (): resource | false 書き込み可のモード (w+) でユニークな名前を有するテンポラリファイルを作成 ... 。 例 例1 tmpfile() の例 <?php $temp = tmpfile (); fwrite ( $temp , "writing to tempfile" ); fseek ( $te ... ァイルを削除します ?> 上の例の出力は以下となります。 writing to tempfile 参考 tempnam() - 一意なファイル名 ...
https://man.plustar.jp/php/function.tmpfile.html - [similar]
新機能 5701
« PHP 7.2.x から PHP 7.3.x への移行 新しく追加された関数 » PHP Manual PHP 7.2.x から PHP 7.3.x へ ... の移行 新機能 新機能 PHP コア ヒアドキュメントと Nowdoc構文 がより柔軟に 文字列を閉じるマーカーの後に、 ... ました。 Argon2id のサポート configure コマンドに --with-password-argon2[=dir] オプションを与えることで、 ... Argon2i と Argon2id ハッシュが password_hash() , password_verify() , password_get_info( ... ) , および password_needs_rehash() でサポートされるようになります。 ...
https://man.plustar.jp/php/migration73.new-features.html - [similar]
Checks if this is the default write concern 5701
« MongoDB\Driver\WriteConcern::getWtimeout MongoDB\Driver\WriteConcern::serialize » PHP Manual M ... ongoDB\Driver\WriteConcern Checks if this is the default write con ... cern MongoDB\Driver\WriteConcern::isDefault (mongodb >=1.3.0) MongoDB\Dr ... iver\WriteConcern::isDefault — Checks if this is the defa ... ult write concern 説明 final public MongoDB\Driver\Write ...
https://man.plustar.jp/php/mongodb-driver-writeconcern.isdefault.html - [similar]
簡易なファイルロックを行う 5701
« SplFileObject::fgetss SplFileObject::fpassthru » PHP Manual SplFileObject 簡易なファイルロック ... blic SplFileObject::flock ( int $operation , int &$wouldBlock = null ): bool flock() と同じ簡易な方法で ... ずれかに LOCK_NB をビットマスクとして追加できます。 wouldBlock ロックがブロックされる場合 (errno が EWOU ... 例 例1 SplFileObject::flock() の例 <?php $file = new SplFileObject ( "/tmp/lock.txt" , "w" ); if ( $fil ... -> ftruncate ( 0 ); // ファイルを丸める $file -> fwrite ( "ここで何かを書き出します\n" ); $file -> flo ...
https://man.plustar.jp/php/splfileobject.flock.html - [similar]
指定した幅で文字列を丸める 5640
« mb_strcut mb_stripos » PHP Manual マルチバイト文字列 関数 指定した幅で文字列を丸める mb_strimw ... idth (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_strimwidth — 指定した幅で文字列を丸める 説明 mb_strimwidt ... h ( string $string , int $start , int $width , string $trim_marker = "" , ? string $encodin ... g = null ): string 文字列 string を指定した幅 width で丸めます。 半角文字は 1 として、 全角文字は ... えます。 東アジアの文字の長さに関する詳細は » http://www.unicode.org/reports/tr11/ を参照して下さい。 パラ ...
https://man.plustar.jp/php/function.mb-strimwidth.html - [similar]
ラージオブジェクトをクローズする 5640
« pg_last_oid pg_lo_create » PHP Manual PostgreSQL 関数 ラージオブジェクトをクローズする pg_lo_c ... d \n" ; $handle = pg_lo_open ( $database , $oid , "w" ); echo " $handle \n" ; pg_lo_write ( $handle , " ...
https://man.plustar.jp/php/function.pg-lo-close.html - [similar]
指定されたストリームのファイル書き込みバッファリングを有効にする 5640
« stream_set_timeout stream_socket_accept » PHP Manual ストリーム 関数 指定されたストリームのファ ... イル書き込みバッファリングを有効にする stream_set_write_buffer (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) s ... tream_set_write_buffer — 指定されたストリームのファイル書き込み ... バッファリングを有効にする 説明 stream_set_write_buffer ( resource $stream , int $size ): int s ... き込み操作はバッファされなくなります。 これにより、 fwrite() による書き込み操作が、他の プロセスが同じ出力 ...
https://man.plustar.jp/php/function.stream-set-write-buffer.html - [similar]
はじめに 5640
« PCNTL インストール/設定 » PHP Manual PCNTL はじめに はじめに PHP がサポートするプロセス制御関数 ... 、プロセス終了機能を実装しています。 プロセス制御は Web サーバー環境で有効にするべきではなく、プロセス 制 ... 御関数のどれかが Web サーバー環境で使用された場合には、予期しない結果 ... のプロセス制御に関する詳細な情報については、fork(2), waitpid(2) および signal(2) のようなシステムのドキュ ... メントや、 W. Richard Stevens による Advanced Programming in th ...
https://man.plustar.jp/php/intro.pcntl.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT