検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 179 for fopen (0.207 sec.)
PHP アーカイブ 5199
« glob:// ssh2:// » PHP Manual サポートするプロトコル/ラッパー PHP アーカイブ phar:// phar:// — ... ション ラッパーの概要 属性 サポートの有無 allow_url_fopen で制約される No allow_url_include で制約される No ...
https://man.plustar.jp/php/wrappers.phar.html - [similar]
基本的な curl の使用法 5111
« 例 cURL 関数 » PHP Manual 例 基本的な curl の使用法 基本的な curl の使用法 PHP を cURL サポート ... h = curl_init ( "http://www.example.com/" ); $fp = fopen ( "example_homepage.txt" , "w" ); curl_setopt ( $c ...
https://man.plustar.jp/php/curl.examples-basic.html - [similar]
指定されたリソースの、数値の識別子を返す 5111
« get_defined_vars get_resource_type » PHP Manual 変数操作 関数 指定されたリソースの、数値の識別 ... にキャストした場合と同じ結果になる例 <?php $handle = fopen ( "php://stdout" , "w" ); echo (int) $handle . "\n ...
https://man.plustar.jp/php/function.get-resource-id.html - [similar]
変数がリソースかどうかを調べる 5111
« is_real is_scalar » PHP Manual 変数操作 関数 変数がリソースかどうかを調べる is_resource (PHP 4 ... 返します。 例 例1 is_resource() の例 <?php $handle = fopen ( "php://stdout" , "w" ); if ( is_resource ( $hand ...
https://man.plustar.jp/php/function.is-resource.html - [similar]
最も適したエンコーディングを取得する 5111
« Mailparse 関数 mailparse_msg_create » PHP Manual Mailparse 関数 最も適したエンコーディングを取 ... se_determine_best_xfer_encoding() の例 <?php $fp = fopen ( 'somemail.eml' , 'r' ); echo 'Best encoding: ' . ...
https://man.plustar.jp/php/function.mailparse-determine-best-xfer-encoding.html - [similar]
scoutapm がデータを収集する関数の一覧 5111
« scoutapm_get_calls SNMP » PHP Manual Scoutapm 関数 scoutapm がデータを収集する関数の一覧 scout ... file_get_contents [1] => file_put_contents [2] => fopen [3] => fread [4] => fwrite [5] => pdo->exec [6] => ...
https://man.plustar.jp/php/function.scoutapm-list-instrumented-functions.html - [similar]
インクルードパスに対してファイル名を解決する 5111
« stream_register_wrapper stream_select » PHP Manual ストリーム 関数 インクルードパスに対してファ ... e インクルードパスに対して filename を解決します。 fopen() / include と同じルールに従います。 パラメータ fi ...
https://man.plustar.jp/php/function.stream-resolve-include-path.html - [similar]
画像をファイルハンドルに書き出す 5111
« Imagick::writeImage Imagick::writeImages » PHP Manual Imagick 画像をファイルハンドルに書き出す ... ハンドルに画像シーケンスを書き出します。 ハンドルは、fopen などで開いておかなければなりません。 このメソッドは ...
https://man.plustar.jp/php/imagick.writeimagefile.html - [similar]
ストリームコンテキスト 5111
« ストリームフィルタ ストリームのエラー » PHP Manual ストリーム ストリームコンテキスト ストリーム ... 連のストリーム生成関数に 渡すことができます (例えば fopen() , file() , file_get_contents() など)。 オプション ...
https://man.plustar.jp/php/stream.contexts.html - [similar]
汚染された文字列をチェックする関数や文 5111
« 汚染された文字列の汚染マークを広げる関数や文 文字列の汚染を除去する関数 » PHP Manual 詳細 汚染 ... 0.1.0 file_put_contents 0.1.0 ファイルシステム関数 fopen 0.2.0 opendir 0.2.0 basename 0.2.0 dirname 0.2.0 f ...
https://man.plustar.jp/php/taint.detail.taint.html - [similar]