検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 104 for fclose (0.008 sec.)
XML ドキュメントの処理を開始する 5795
« xml_parse_into_struct xml_parser_create_ns » PHP Manual XML パーサ 関数 XML ドキュメントの処理 ... ; // パースを終了する xml_parser_free ( $parser ); fclose ( $stream ); 関連キーワード: 処理 , 開始 , ドキュメ ...
https://man.plustar.jp/php/function.xml-parse.html - [similar]
文字列から、ファイルを phar アーカイブに追加する 5795
« Phar::addFile Phar::apiVersion » PHP Manual Phar 文字列から、ファイルを phar アーカイブに追加す ... /to/hugefile.bin' ); $a [ 'largefile.bin' ] = $c ; fclose ( $c ); } catch ( Exception $e ) { // ここでエラー ...
https://man.plustar.jp/php/phar.addfromstring.html - [similar]
ファイルシステム上のファイルを tar/zip アーカイブに追加する 5795
« PharData::addFile PharData::buildFromDirectory » PHP Manual PharData ファイルシステム上のファイ ... /to/hugefile.bin' ); $a [ 'largefile.bin' ] = $c ; fclose ( $c ); } catch ( Exception $e ) { // ここでエラー ...
https://man.plustar.jp/php/phardata.addfromstring.html - [similar]
ストリームラッパーとして登録するクラスの例 5795
« 例 php_user_filter » PHP Manual 例 ストリームラッパーとして登録するクラスの例 ストリームラッパ ... ); while (! feof ( $fp )) { echo fgets ( $fp ); } fclose ( $fp ); var_dump ( $myvar ); ?> 上の例の出力は以下 ...
https://man.plustar.jp/php/stream.streamwrapper.example-1.html - [similar]
リクエストをリクエストグループに追加する 5653
« eio_get_last_error eio_grp_cancel » PHP Manual Eio 関数 リクエストをリクエストグループに追加す ... mp_filename , "w" ); fwrite ( $fp , "some data" ); fclose ( $fp ); /* グループリクエストが終了したときに呼ば ...
https://man.plustar.jp/php/function.eio-grp-add.html - [similar]
リクエストグループを作る 5653
« eio_grp_limit eio_init » PHP Manual Eio 関数 リクエストグループを作る eio_grp (PECL eio >= 0.0 ... mp_filename , "w" ); fwrite ( $fp , "some data" ); fclose ( $fp ); $my_file_fd = NULL ; /* グループリクエスト ...
https://man.plustar.jp/php/function.eio-grp.html - [similar]
ファイルを、指定したオフセットから読み込む 5653
« eio_poll eio_readahead » PHP Manual Eio 関数 ファイルを、指定したオフセットから読み込む eio_re ... p_filename , "w" ); fwrite ( $fp , "1234567890" ); fclose ( $fp ); /* eio_read() が終わったら呼ばれます */ f ...
https://man.plustar.jp/php/function.eio-read.html - [similar]
プロセスの出力がパターンに一致する・指定した時間が経過する・ あるいは EOF に達す... 5653
« Expect 関数 expect_popen » PHP Manual Expect 関数 プロセスの出力がパターンに一致する・指定した ... けます default: die( "エラーが発生しました!" ); } } fclose ( $stream ); ?> ?> 参考 expect_popen() - Bourne シ ...
https://man.plustar.jp/php/function.expect-expectl.html - [similar]
フォーマットに基づきファイルからの入力を処理する 5653
« fread fseek » PHP Manual ファイルシステム 関数 フォーマットに基づきファイルからの入力を処理する ... = $userinfo ; //... これらの値を使用して何か行う } fclose ( $handle ); ?> 例2 users.txt の内容 javier argona ...
https://man.plustar.jp/php/function.fscanf.html - [similar]
FTP サーバーからファイルをダウンロードし、オープン中のファイルに保存する 5653
« ftp_exec ftp_fput » PHP Manual FTP 関数 FTP サーバーからファイルをダウンロードし、オープン中の ... よびファイルハンドラを閉じます。 ftp_close ( $ftp ); fclose ( $handle ); ?> 参考 ftp_get() - FTP サーバーからフ ...
https://man.plustar.jp/php/function.ftp-fget.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT