検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 104 for fclose (0.014 sec.)
HTTP コンテキストオプションの一覧 5525
« ソケットコンテキストオプション FTP コンテキストオプション » PHP Manual コンテキストオプションと ... データ var_dump ( stream_get_contents ( $stream )); fclose ( $stream ); ?> 注意 注意 : 基盤となるソケットスト ...
https://man.plustar.jp/php/context.http.html - [similar]
ファイルポインタから行を取得し、CSVフィールドを処理する 5525
« fgetc fgets » PHP Manual ファイルシステム 関数 ファイルポインタから行を取得し、CSVフィールドを ... um ; $c ++) { echo $data [ $c ] . "<br />\n" ; } } fclose ( $handle ); } ?> 参考 str_getcsv() - CSV 文字列を ...
https://man.plustar.jp/php/function.fgetcsv.html - [similar]
データをファイルに書き込む 5525
« file_get_contents file » PHP Manual ファイルシステム 関数 データをファイルに書き込む file_put_ ... ): int | false この関数は、 fopen() 、 fwrite() 、 fclose() を続けてコールしてデータをファイルに書き込むのと ...
https://man.plustar.jp/php/function.file-put-contents.html - [similar]
正規表現検索を行い、コールバック関数を使用して置換を行う 5525
« preg_replace_callback_array preg_replace » PHP Manual PCRE 関数 正規表現検索を行い、コールバッ ... ower ( $matches [ 0 ]); }, $line ); echo $line ; } fclose ( $fp ); ?> subject 文字列あるいは文字列の配列で、 ...
https://man.plustar.jp/php/function.preg-replace-callback.html - [similar]
ストリームにフィルタを付加する 5525
« stream_copy_to_stream stream_filter_prepend » PHP Manual ストリーム 関数 ストリームにフィルタを ... テキストは元の状態に戻るはず。 */ fpassthru ( $fp ); fclose ( $fp ); /* 期待される出力 --------------- Guvf vf ...
https://man.plustar.jp/php/function.stream-filter-append.html - [similar]
リソース型の一覧 5525
« その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の ... tat() , ftruncate() , set_file_buffer() , rewind() fclose() ファイルハンドル stream popen() , fsockopen() , ... tss() , fpassthru() , fputs() , fwrite() , fread() fclose() ソケットハンドル SSH2 セッション ssh2_connect() ...
https://man.plustar.jp/php/resource.html - [similar]
ファイルシステム 5383
« finfo::set_flags はじめに » PHP Manual ファイルシステム ファイルシステム ファイルシステム はじ ... を返す diskfreespace — disk_free_space のエイリアス fclose — オープンされたファイルポインタをクローズする fda ...
https://man.plustar.jp/php/book.filesystem.html - [similar]
5383
« 定義済み定数 Eio 関数 » PHP Manual Eio 例 例 例1 リクエストの取り消し <?php /* eio_nop() が終わ ... mp_filename , "w" ); fwrite ( $fp , "some data" ); fclose ( $fp ); /* グループリクエストが終了したときに呼ば ...
https://man.plustar.jp/php/eio.examples.html - [similar]
ヘッダーあるいはメタデータをストリームまたはファイルポインタから取得する 5383
« stream_get_line stream_get_transports » PHP Manual ストリーム 関数 ヘッダーあるいはメタデータを ... stream_get_meta_data ( $fp ); var_dump ( $meta ); fclose ( $fp ); ?> 上の例の出力は、 たとえば以下のようにな ...
https://man.plustar.jp/php/function.stream-get-meta-data.html - [similar]
ファイルシステム 関数 5383
« 定義済み定数 basename » PHP Manual ファイルシステム ファイルシステム 関数 ファイルシステム 関数 ... を返す diskfreespace — disk_free_space のエイリアス fclose — オープンされたファイルポインタをクローズする fda ...
https://man.plustar.jp/php/ref.filesystem.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT