検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 174 for contents (0.013 sec.)
文字列に unified diff 形式のパッチを適用する 4907
« xdiff_string_patch_binary xdiff_string_rabdiff » PHP Manual xdiff 関数 文字列に unified diff 形 ... して変更を適用します。 <?php $old_article = file_get_contents ( './old_article.txt' ); $diff = $_SERVER [ 'patch ...
https://man.plustar.jp/php/function.xdiff-string-patch.html - [similar]
phar 拡張モジュールが zlib あるいは bzip2 による圧縮をサポートしているかどうかを... 4907
« Phar::buildFromIterator Phar::canWrite » PHP Manual Phar phar 拡張モジュールが zlib あるいは b ... <?php if ( Phar :: canCompress ()) { echo file_get_contents ( 'phar://compressedphar.phar/internal/file.txt' ) ...
https://man.plustar.jp/php/phar.cancompress.html - [similar]
phar アーカイブ内のファイルを、phar 内で別の新しいファイルとしてコピーする 4907
« Phar::convertToExecutable Phar::count » PHP Manual Phar phar アーカイブ内のファイルを、phar 内 ... r.phar/a' , 'phar//myphar.phar/c' ); echo file_get_contents ( 'phar://myphar.phar/c' ); // 出力は "hi" ?> 関連 ...
https://man.plustar.jp/php/phar.copy.html - [similar]
任意の phar アーカイブを、エイリアスを指定して読み込む 4907
« Phar::isWritable Phar::mapPhar » PHP Manual Phar 任意の phar アーカイブを、エイリアスを指定して ... '/path/to/phar.phar' , 'my.phar' ); echo file_get_contents ( 'phar://my.phar/file.txt' ); } catch ( PharExcep ...
https://man.plustar.jp/php/phar.loadphar.html - [similar]
phar のシグネチャのアルゴリズムを設定して適用する 4907
« Phar::setMetadata Phar::setStub » PHP Manual Phar phar のシグネチャのアルゴリズムを設定して適用 ... <?php $private = openssl_get_privatekey ( file_get_contents ( 'private.pem' )); $pkey = '' ; openssl_pkey_expo ...
https://man.plustar.jp/php/phar.setsignaturealgorithm.html - [similar]
phar アーカイブ内のファイルを、phar 内で別の新しいファイルとしてコピーする 4907
« PharData::convertToExecutable PharData::decompress » PHP Manual PharData phar アーカイブ内のフ ... har.tar/a' , 'phar//myphar.tar/c' ); echo file_get_contents ( 'phar://myphar.tar/c' ); // 出力は "hi" ?> 関連キ ...
https://man.plustar.jp/php/phardata.copy.html - [similar]
BLOB を読み取るためのストリームリソースを開く 4907
« SQLite3::open SQLite3::prepare » PHP Manual SQLite3 BLOB を読み取るためのストリームリソースを開 ... openBlob ( 'test' , 'text' , 1 ); echo stream_get_contents ( $stream ); fclose ( $stream ); // mandatory, oth ...
https://man.plustar.jp/php/sqlite3.openblob.html - [similar]
ファイルあるいは URL をオープンする 4907
« streamWrapper::stream_metadata streamWrapper::stream_read » PHP Manual streamWrapper ファイルあ ... ラッパーが初期化された (たとえば fopen() や file_get_contents() ) 直後にコールされます。 パラメータ path 元の関数 ...
https://man.plustar.jp/php/streamwrapper.stream-open.html - [similar]
ソケットコンテキストオプション一覧 4840
« コンテキストオプションとパラメータ HTTP コンテキストオプション » PHP Manual コンテキストオプシ ... てデータを取得するためにそれを使用する echo file_get_contents ( 'http://www.example.com' , false , $context ); ? ...
https://man.plustar.jp/php/context.socket.html - [similar]
ファイルポインタから 1 行取り出し、HTML タグを取り除く 4840
« fgets file_exists » PHP Manual ファイルシステム 関数 ファイルポインタから 1 行取り出し、HTML タ ... tml> Text outside of the HTML block. EOD; file_put_contents ( 'sample.php' , $str ); $handle = @ fopen ( "samp ...
https://man.plustar.jp/php/function.fgetss.html - [similar]