検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 179 for fopen (0.077 sec.)
ファイルを削除する 5022
« umask Inotify » PHP Manual ファイルシステム 関数 ファイルを削除する unlink (PHP 4, PHP 5, PHP ... ます。 例 例1 基本的な unlink() の使用法 <?php $fh = fopen ( 'test.html' , 'a' ); fwrite ( $fh , '<h1>Hello w ...
https://man.plustar.jp/php/function.unlink.html - [similar]
phar アーカイブをディスクとメモリから完全に削除する 5022
« Phar::stopBuffering Phar::webPhar » PHP Manual Phar phar アーカイブをディスクとメモリから完全に ... より一般的な例 $p = new Phar ( 'my.phar' ); $fp = fopen ( 'phar://my.phar/file.txt' , 'r' ); // これは 'my ...
https://man.plustar.jp/php/phar.unlinkarchive.html - [similar]
パターンにマッチするパス名の検索 5022
« data:// phar:// » PHP Manual サポートするプロトコル/ラッパー パターンにマッチするパス名の検索 ... ション ラッパーの概要 属性 サポートの有無 allow_url_fopen で制約される No allow_url_include で制約される No ...
https://man.plustar.jp/php/wrappers.glob.html - [similar]
サポートするプロトコル/ラッパー 5022
« Zip コンテキストオプション file:// » PHP Manual 言語リファレンス サポートするプロトコル/ラッパ ... れています。さまざまな URL 風のプロトコルによって、 fopen() や copy() 、 file_exists() そして filesize() とい ...
https://man.plustar.jp/php/wrappers.html - [similar]
XMLタグのマッピングの例 4922
« XML エレメント構造の例 XML 外部エンティティの例 » PHP Manual 例 XMLタグのマッピングの例 XMLタグ ... er ( $xml_parser , "characterData" ); if (!( $fp = fopen ( $file , "r" ))) { die( "XML 入力をオープンできま ...
https://man.plustar.jp/php/example.xml-map-tags.html - [similar]
gz ファイルを開く 4922
« gzinflate gzpassthru » PHP Manual Zlib 関数 gz ファイルを開く gzopen (PHP 4, PHP 5, PHP 7, PHP ... す。 パラメータ filename ファイル名を指定します mode fopen() と同じ ( rb または wb ) ですが、 圧縮レベル ( wb ...
https://man.plustar.jp/php/function.gzopen.html - [similar]
アクティブなハッシュコンテキストに、ファイルからデータを投入する 4922
« hash_pbkdf2 hash_update_stream » PHP Manual Hash 関数 アクティブなハッシュコンテキストに、ファ ... ename ハッシュ対象となるファイルの位置を示す URL。 fopen ラッパーをサポートしています。 stream_context stre ...
https://man.plustar.jp/php/function.hash-update-file.html - [similar]
指定した本文部をファイルに保存する 4922
« imap_rfc822_write_address imap_scan » PHP Manual IMAP 関数 指定した本文部をファイルに保存する ... file 保存先ファイルへのパスを表す文字列、あるいは fopen() が返すファイル記述子。 message_num メッセージ番号 ...
https://man.plustar.jp/php/function.imap-savebody.html - [similar]
ソースファイルポインタからストリームデータを取得し、 エンコーディングを適用し、... 4922
« mailparse_rfc822_parse_addresses mailparse_uudecode_all » PHP Manual Mailparse 関数 ソースファ ... ml の中身は: hello, this is some text=hello. $fp = fopen ( 'email.eml' , 'r' ); $dest = tmpfile (); mailpar ...
https://man.plustar.jp/php/function.mailparse-stream-encode.html - [similar]
ストリームコンテキストを作成する 4922
« stream_bucket_prepend stream_context_get_default » PHP Manual ストリーム 関数 ストリームコンテ ... ストを www.example.com に対して 送出します */ $fp = fopen ( 'http://www.example.com' , 'r' , false , $contex ...
https://man.plustar.jp/php/function.stream-context-create.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT