検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 174 for contents (0.015 sec.)
ファイルを修正し、それを文字列として返す 4974
« tidy::parseString tidy::repairString » PHP Manual tidy ファイルを修正し、それを文字列として返す ... ile ); rename ( $file , $file . '.bak' ); file_put_contents ( $file , $repaired ); ?> 参考 tidy::parseFile() - ...
https://man.plustar.jp/php/tidy.repairfile.html - [similar]
ローカルファイルシステムへのアクセス 4974
« サポートするプロトコル/ラッパー http:// » PHP Manual サポートするプロトコル/ラッパー ローカルフ ... ルされたディレクトリとなります。 fopen() や file_get_contents() のようないくつかの関数については、相対パスと同時 ...
https://man.plustar.jp/php/wrappers.file.html - [similar]
CURL コンテキストオプションの一覧 4907
« SSL コンテキストオプション Phar コンテキストオプション » PHP Manual コンテキストオプションとパ ... は、 php.ini の user_agent の設定内容を使用します。 content string ヘッダの後に送信する追加データ。このオプショ ... tream_context_create ( $opts ); $result = file_get_contents ( 'http://example.com/submit.php' , false , $conte ...
https://man.plustar.jp/php/context.curl.html - [similar]
ファイルまたはディレクトリが存在するかどうか調べる 4907
« fgetss file_get_contents » PHP Manual ファイルシステム 関数 ファイルまたはディレクトリが存在す ...
https://man.plustar.jp/php/function.file-exists.html - [similar]
ファイルの内容から、ハッシュ値を生成する 4907
« hash_equals hash_final » PHP Manual Hash 関数 ファイルの内容から、ハッシュ値を生成する hash_fi ... ハッシュ値を計算するファイルを作成します */ file_put_contents ( 'example.txt' , 'The quick brown fox jumped over ...
https://man.plustar.jp/php/function.hash-file.html - [similar]
HMAC 方式を使用して、指定されたファイルの内容からハッシュ値を生成する 4907
« hash_hmac_algos hash_hmac » PHP Manual Hash 関数 HMAC 方式を使用して、指定されたファイルの内容 ... ハッシュ値を計算するファイルを作成します */ file_put_contents ( 'example.txt' , 'The quick brown fox jumped over ...
https://man.plustar.jp/php/function.hash-hmac-file.html - [similar]
クエリに使う文字列をエスケープする 4907
« pg_escape_literal pg_execute » PHP Manual PostgreSQL 関数 クエリに使う文字列をエスケープする p ... ロフィやスラッシュが含まれている) $data = file_get_contents ( 'letter.txt' ); // テキストデータをエスケープする ...
https://man.plustar.jp/php/function.pg-escape-string.html - [similar]
ファイルを出力する 4907
« popen readlink » PHP Manual ファイルシステム 関数 ファイルを出力する readfile (PHP 4, PHP 5, P ... rtual() - Apache サブリクエストを実行する file_get_contents() - ファイルの内容を全て文字列に読み込む サポートす ...
https://man.plustar.jp/php/function.readfile.html - [similar]
デフォルトのストリームコンテキストを取得する 4907
« stream_context_create stream_context_get_options » PHP Manual ストリーム 関数 デフォルトのスト ... $options = null ): resource ( fopen() 、 file_get_contents() のような) ファイル操作関数がコンテキストパラメー ...
https://man.plustar.jp/php/function.stream-context-get-default.html - [similar]
2 つの文字列の unified diff を作成する 4907
« xdiff_string_diff_binary xdiff_string_merge3 » PHP Manual xdiff 関数 2 つの文字列の unified di ... diff を作成します。 <?php $old_article = file_get_contents ( './old_article.txt' ); $new_article = $_REQUEST ...
https://man.plustar.jp/php/function.xdiff-string-diff.html - [similar]