検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 64 for fread (0.014 sec.)
既存のラージオブジェクトのストリームをオープンする 6719
« PDO::pgsqlLOBCreate PDO::pgsqlLOBUnlink » PHP Manual PostgreSQL (PDO) 既存のラージオブジェクト ... の場合、 ストリームは書き込み用にオープンされます。 fread() 、 fwrite() および fgets() のような通常のファイル ...
https://man.plustar.jp/php/pdo.pgsqllobopen.html - [similar]
フィルタを適用するときにコールされる 6719
« 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]
フィールドの配列を CSV の行として書き出す 6719
« SplFileObject::fpassthru SplFileObject::fread » PHP Manual SplFileObject フィールドの配列を CS ...
https://man.plustar.jp/php/splfileobject.fputcsv.html - [similar]
フォーマットに従ってファイルからの入力をパースする 6719
« SplFileObject::fread SplFileObject::fseek » PHP Manual SplFileObject フォーマットに従ってファイ ...
https://man.plustar.jp/php/splfileobject.fscanf.html - [similar]
ストリームラッパーとして登録するクラスの例 6719
« 例 php_user_filter » PHP Manual 例 ストリームラッパーとして登録するクラスの例 ストリームラッパ ... を実装し、 指定した名前のグローバル変数の読み書きを fread() のような標準のファイルシステム関数でできるように ...
https://man.plustar.jp/php/stream.streamwrapper.example-1.html - [similar]
PUT メソッドのサポート 6633
« 複数ファイルのアップロード 参考 » PHP Manual ファイルアップロードの処理 PUT メソッドのサポート ... 読み込み、 ファイルに書き込みます */ while ( $data = fread ( $putdata , 1024 )) fwrite ( $fp , $data ); /* ス ...
https://man.plustar.jp/php/features.file-upload.put-method.html - [similar]
指定したエンベロープおよびボディセクションに基づいて MIME メッセージを作成する 6633
« imap_lsub imap_mail_copy » PHP Manual IMAP 関数 指定したエンベロープおよびボディセクションに基 ... gz" ; $fp = fopen ( $filename , "r" ); $contents = fread ( $fp , filesize ( $filename )); fclose ( $fp ); $ ...
https://man.plustar.jp/php/function.imap-mail-compose.html - [similar]
プロセスへのファイルポインタをオープンする 6633
« pclose readfile » PHP Manual ファイルシステム 関数 プロセスへのファイルポインタをオープンする ... handle '; " . gettype ( $handle ) . "\n" ; $read = fread ( $handle , 2096 ); echo $read ; pclose ( $handle ...
https://man.plustar.jp/php/function.popen.html - [similar]
6633
« 定義済み定数 Rar 関数 » PHP Manual Rar 例 例 rar:// ラッパー の例も参照ください。 例1 オンザフ ... == "HEAD" ) die(); while (! feof ( $fp )) { $s = @ fread ( $fp , 8192 ); if ( $s === false ) break; //usele ...
https://man.plustar.jp/php/rar.examples.html - [similar]
ディレクトリハンドルからエントリを読み込む 6633
« streamWrapper::dir_opendir streamWrapper::dir_rewinddir » PHP Manual streamWrapper ディレクトリ ... ) { // Extract the header for this entry $header = fread ( $this -> fp , 512 ); $data = unpack ( "a100filen ...
https://man.plustar.jp/php/streamwrapper.dir-readdir.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT