検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 86 for fwrite (0.018 sec.)
一意なファイル名を生成する 6077
« symlink tmpfile » PHP Manual ファイルシステム 関数 一意なファイル名を生成する tempnam (PHP 4, ... p" , "FOO" ); $handle = fopen ( $tmpfname , "w" ); fwrite ( $handle , "writing to tempfile" ); fclose ( $han ...
https://man.plustar.jp/php/function.tempnam.html - [similar]
指定したキーの排他ロックを解放する 6077
« wincache_ucache_set Windows でのビルド » PHP Manual WinCache 関数 指定したキーの排他ロックを解 ... す ftruncate ( $fp , 0 ); // ファイルを切り詰めます fwrite ( $fp , "Write something here\n" ); wincache_unloc ...
https://man.plustar.jp/php/function.wincache-unlock.html - [similar]
既存のラージオブジェクトのストリームをオープンする 6077
« PDO::pgsqlLOBCreate PDO::pgsqlLOBUnlink » PHP Manual PostgreSQL (PDO) 既存のラージオブジェクト ... トリームは書き込み用にオープンされます。 fread() 、 fwrite() および fgets() のような通常のファイルシステム関数 ...
https://man.plustar.jp/php/pdo.pgsqllobopen.html - [similar]
フィルタを適用するときにコールされる 6077
« php_user_filter php_user_filter::onClose » PHP Manual php_user_filter フィルタを適用するときに ... るのは、アタッチしたストリームとの間で ( fread() や fwrite() による) データの読み書きを行ったときです。 パラメ ...
https://man.plustar.jp/php/php-user-filter.filter.html - [similar]
BLOB を読み取るためのストリームリソースを開く 6077
« SQLite3::open SQLite3::prepare » PHP Manual SQLite3 BLOB を読み取るためのストリームリソースを開 ... OPEN_READWRITE ); for ( $i = 0 ; $i < 3 ; $i ++) { fwrite ( $stream , "Lorem ipsum\n" ); } fclose ( $stream ...
https://man.plustar.jp/php/sqlite3.openblob.html - [similar]
PUT メソッドのサポート 6010
« 複数ファイルのアップロード 参考 » PHP Manual ファイルアップロードの処理 PUT メソッドのサポート ... みます */ while ( $data = fread ( $putdata , 1024 )) fwrite ( $fp , $data ); /* ストリームを閉じます */ fclose ...
https://man.plustar.jp/php/features.file-upload.put-method.html - [similar]
リクエストをリクエストグループに追加する 6010
« eio_get_last_error eio_grp_cancel » PHP Manual Eio 関数 リクエストをリクエストグループに追加す ... -file.tmp" ; $fp = fopen ( $temp_filename , "w" ); fwrite ( $fp , "some data" ); fclose ( $fp ); /* グループ ...
https://man.plustar.jp/php/function.eio-grp-add.html - [similar]
リクエストグループを作る 6010
« eio_grp_limit eio_init » PHP Manual Eio 関数 リクエストグループを作る eio_grp (PECL eio >= 0.0 ... -file.tmp" ; $fp = fopen ( $temp_filename , "w" ); fwrite ( $fp , "some data" ); fclose ( $fp ); $my_file_fd ...
https://man.plustar.jp/php/function.eio-grp.html - [similar]
ファイルを、指定したオフセットから読み込む 6010
« eio_poll eio_readahead » PHP Manual Eio 関数 ファイルを、指定したオフセットから読み込む eio_re ... -file.tmp" ; $fp = fopen ( $temp_filename , "w" ); fwrite ( $fp , "1234567890" ); fclose ( $fp ); /* eio_rea ...
https://man.plustar.jp/php/function.eio-read.html - [similar]
パターンにマッチするパス名を探す 6010
« fwrite is_dir » PHP Manual ファイルシステム 関数 パターンにマッチするパス名を探す glob (PHP 4 ...
https://man.plustar.jp/php/function.glob.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT