検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 104 for fclose (0.005 sec.)
名前で指定されたエントリへの、ファイルハンドラを取得する(読み取り専用) 6078
« ZipArchive::getStreamIndex ZipArchive::isCompressionMethodSupported » PHP Manual ZipArchive 名 ... tatusString ()); echo stream_get_contents ( $fp ); fclose ( $fp ); } ?> 参考 ZipArchive::getStreamIndex() - ...
https://man.plustar.jp/php/ziparchive.getstreamname.html - [similar]
ファイルポインタから1文字取り出す 5937
« fflush fgetcsv » PHP Manual ファイルシステム 関数 ファイルポインタから1文字取り出す fgetc (PHP ... たは fsockopen() で正常にオープンされた (そしてまだ fclose() でクローズされていない) ファイルを指している必要 ...
https://man.plustar.jp/php/function.fgetc.html - [similar]
オープンしたファイルポインタからファイルに関する情報を取得する 5937
« fseek fsync » PHP Manual ファイルシステム 関数 オープンしたファイルポインタからファイルに関する ... $fstat = fstat ( $fp ); // ファイルをクローズする fclose ( $fp ); // 連想配列部のみ表示する print_r ( array ...
https://man.plustar.jp/php/function.fstat.html - [similar]
ファイルの読み書き用ポインタの現在位置を返す 5937
« fsync ftruncate » PHP Manual ファイルシステム 関数 ファイルの読み書き用ポインタの現在位置を返す ... 2 ); // どこにいるんだ ? echo ftell ( $fp ); // 11 fclose ( $fp ); ?> 参考 fopen() - ファイルまたは URL をオ ...
https://man.plustar.jp/php/function.ftell.html - [similar]
blob を生成し、ファイルをコピーし、閉じる 5937
« ibase_blob_get ibase_blob_info » PHP Manual Firebird/InterBase 関数 blob を生成し、ファイルをコ ... $fd ) { $blob = ibase_blob_import ( $dbh , $fd ); fclose ( $fd ); if (! is_string ( $blob )) { // インポート ...
https://man.plustar.jp/php/function.ibase-blob-import.html - [similar]
コマンドを実行し、入出力用にファイルポインタを開く 5937
« proc_nice proc_terminate » PHP Manual プログラム実行関数 コマンドを実行し、入出力用にファイルポ ... rite ( $pipes [ 0 ], '<?php print_r($_ENV); ?>' ); fclose ( $pipes [ 0 ]); echo stream_get_contents ( $pipes ... [ 1 ]); fclose ( $pipes [ 1 ]); // デッドロックを避けるため、proc ...
https://man.plustar.jp/php/function.proc-open.html - [similar]
ストリームコンテキストを作成する 5937
« stream_bucket_prepend stream_context_get_default » PHP Manual ストリーム 関数 ストリームコンテ ... om' , 'r' , false , $context ); fpassthru ( $fp ); fclose ( $fp ); ?> 参考 stream_context_set_option() - スト ...
https://man.plustar.jp/php/function.stream-context-create.html - [similar]
ストリームにタイムアウトを設定する 5937
« stream_set_read_buffer stream_set_write_buffer » PHP Manual ストリーム 関数 ストリームにタイム ... fp , 2000 ); $info = stream_get_meta_data ( $fp ); fclose ( $fp ); if ( $info [ 'timed_out' ]) { echo 'Conne ...
https://man.plustar.jp/php/function.stream-set-timeout.html - [similar]
指定されたストリームのファイル書き込みバッファリングを有効にする 5937
« stream_set_timeout stream_socket_accept » PHP Manual ストリーム 関数 指定されたストリームのファ ... ングの変更に失敗しました } fwrite ( $fp , $output ); fclose ( $fp ); } ?> 参考 fopen() - ファイルまたは URL を ...
https://man.plustar.jp/php/function.stream-set-write-buffer.html - [similar]
全二重接続を終了する 5937
« stream_socket_server stream_supports_lock » PHP Manual ストリーム 関数 全二重接続を終了する st ... o=32 Broken pipe in test.php on line 9 int(0) 参考 fclose() - オープンされたファイルポインタをクローズする 関 ...
https://man.plustar.jp/php/function.stream-socket-shutdown.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT