検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 179 for fopen (0.030 sec.)
streamWrapper クラス 4644
« php_user_filter::onCreate streamWrapper::__construct » PHP Manual ストリーム streamWrapper クラ ... に 独自のプロトコルハンドラやストリームを実装し、 ( fopen() や fread() などの) 他のファイルシステム関数で使用 ...
https://man.plustar.jp/php/class.streamwrapper.html - [similar]
HTTP コンテキストオプションの一覧 4644
« ソケットコンテキストオプション FTP コンテキストオプション » PHP Manual コンテキストオプションと ... ntext = stream_context_create ( $opts ); $stream = fopen ( $url , 'r' , false , $context ); // ヘッダ情報お ...
https://man.plustar.jp/php/context.http.html - [similar]
XML 外部エンティティの例 4644
« XMLタグのマッピングの例 XML パーサ 関数 » PHP Manual 例 XML 外部エンティティの例 XML 外部エンテ ... ser , "externalEntityRefHandler" ); if (!( $fp = @ fopen ( $file , "r" ))) { return false ; } if (! is_arra ...
https://man.plustar.jp/php/example.xml-external-entity.html - [similar]
Bind variables to a prepared statement as parameters 4644
« CUBRID 関数 cubrid_close_prepare » PHP Manual CUBRID 関数 Bind variables to a prepared stateme ... ?)" ; $req = cubrid_prepare ( $con , $sql ); $fp = fopen ( "book.txt" , "rb" ); cubrid_bind ( $req , 1 , $f ...
https://man.plustar.jp/php/function.cubrid-bind.html - [similar]
正規表現検索を行い、コールバック関数を使用して置換を行う 4644
« preg_replace_callback_array preg_replace » PHP Manual PCRE 関数 正規表現検索を行い、コールバッ ... 段落の冒頭の大文字を、小文字に変換します。*/ $fp = fopen ( "php://stdin" , "r" ) or die( "標準入力から読み込 ...
https://man.plustar.jp/php/function.preg-replace-callback.html - [similar]
Windows コンソールの出力バッファに関連付けられたストリームのVT100サポート状況を... 4644
« sapi_windows_set_ctrl_handler show_source » PHP Manual その他の関数 Windows コンソールの出力バ ... se 例3 VT100 のサポートを有効にする例 <?php $out = fopen ( 'php://stdout' , 'w' ); fwrite ( $out , 'Just fo ...
https://man.plustar.jp/php/function.sapi-windows-vt100-support.html - [similar]
ストリームにフィルタを付加する 4644
« stream_copy_to_stream stream_filter_prepend » PHP Manual ストリーム 関数 ストリームにフィルタを ... 御する <?php /* ファイルを読み書き用に開く */ $fp = fopen ( 'test.txt' , 'w+' ); /* ROT13 フィルタをライトフ ...
https://man.plustar.jp/php/function.stream-filter-append.html - [similar]
notification コンテキストパラメータ用のコールバック関数 4644
« stream_isatty stream_register_wrapper » PHP Manual ストリーム 関数 notification コンテキストパ ... ation" => "stream_notification_callback" )); $fp = fopen ( $argv [ 1 ], "r" , false , $ctx ); if ( is_resou ...
https://man.plustar.jp/php/function.stream-notification-callback.html - [similar]
イテレータから phar アーカイブを作成する 4644
« Phar::buildFromDirectory Phar::canCompress » PHP Manual Phar イテレータから phar アーカイブを作 ... FILE__ ) . '/somefile.php' , 'another/file.jpg' => fopen ( '/path/to/bigfile.jpg' , 'rb' ), ))); $phar -> s ...
https://man.plustar.jp/php/phar.buildfromiterator.html - [similar]
イテレータから tar あるいは zip アーカイブを作成する 4644
« PharData::buildFromDirectory PharData::compress » PHP Manual PharData イテレータから tar あるい ... FILE__ ) . '/somefile.php' , 'another/file.jpg' => fopen ( '/path/to/bigfile.jpg' , 'rb' ), ))); ?> 参考 Ph ...
https://man.plustar.jp/php/phardata.buildfromiterator.html - [similar]