検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 210 for www (0.031 sec.)
cURL 転送用オプションを設定する 4246
« curl_setopt_array curl_share_close » PHP Manual cURL 関数 cURL 転送用オプションを設定する curl ... ると、HTTP POST を行います。POST は、 application/x-www-form-urlencoded 形式で 行われます。これは一般的な ... 設定します curl_setopt ( $ch , CURLOPT_URL , "http://www.example.com/" ); curl_setopt ( $ch , CURLOPT_HEADE ... ンコードされた文字列を渡すと、データを application/x-www-form-urlencoded でエンコードします。 参考 curl_set ...
https://man.plustar.jp/php/function.curl-setopt.html - [similar]
URL エンコードされたクエリ文字列を生成する 4246
« get_meta_tags parse_url » PHP Manual URL 関数 URL エンコードされたクエリ文字列を生成する http_ ... 従ってエンコードされ、メディアタイプは application/x-www-form-urlencoded となります。 つまり、スペースはプラ ...
https://man.plustar.jp/php/function.http-build-query.html - [similar]
正規表現によるマッチングを行う 4246
« preg_match_all preg_quote » PHP Manual PCRE 関数 正規表現によるマッチングを行う preg_match (PH ... L preg_match ( '@^(?:http://)?([^/]+)@i' , "http://www.php.net/index.html" , $matches ); $host = $matches ...
https://man.plustar.jp/php/function.preg-match.html - [similar]
基本的な事 4246
« 変数 定義済みの変数 » PHP Manual 変数 基本的な事 基本的な事 PHP の変数はドル記号の後に変数名が ... トとして使用し、新しい stdClass オブジェクト (http://www.php.net/manual/ja/reserved.classes.php を参照くださ ...
https://man.plustar.jp/php/language.variables.basics.html - [similar]
外部から来る変数 4246
« 可変変数 定数 » PHP Manual 変数 外部から来る変数 外部から来る変数 HTML フォーム (GET と POST) ... Lの'?'の後の情報)にも代入されます。 例えば、 http://www.example.com/test.php?id=3 には、 $_GET['id'] により ...
https://man.plustar.jp/php/language.variables.external.html - [similar]
マルチバイト文字列 関数 4246
« PHP の文字エンコーディングに関する要件 mb_check_encoding » PHP Manual マルチバイト文字列 マルチ ... のリソースを参照ください。 Unicode について » http://www.unicode.org/ 日本語/韓国語/中国語文字に関する情報 ...
https://man.plustar.jp/php/ref.mbstring.html - [similar]
POST メソッドによるアップロード 4140
« ファイルアップロードの処理 エラーメッセージの説明 » PHP Manual ファイルアップロードの処理 POST ... ードするプロセスの例です。 <?php $uploaddir = '/var/www/uploads/' ; $uploadfile = $uploaddir . basename ( ...
https://man.plustar.jp/php/features.file-upload.post-method.html - [similar]
ホスト名に関連する DNS リソースレコードを取得する 4140
« dns_get_mx fsockopen » PHP Manual ネットワーク 関数 ホスト名に関連する DNS リソースレコードを取 ... tname hostname は、正しい DNS ホスト名、すなわち " www.example.com " のようなものでなければなりません。 i ...
https://man.plustar.jp/php/function.dns-get-record.html - [similar]
ファイルまたは URL をオープンする 4140
« fnmatch fpassthru » PHP Manual ファイルシステム 関数 ファイルまたは URL をオープンする fopen ( ... smus/file.gif" , "wb" ); $handle = fopen ( "http://www.example.com/" , "r" ); $handle = fopen ( "ftp://us ...
https://man.plustar.jp/php/function.fopen.html - [similar]
構築時の問題 4034
« インストール PHP の使いかた » PHP Manual FAQ 構築時の問題 構築時の問題 本節は、構築時に発生する ... ジョンを更新する必要があります。最新版は、 » http://www.gnu.org/software/bison/bison.html にあります。 mak ...
https://man.plustar.jp/php/faq.build.html - [similar]
PREV 12 13 14 15 16 17 18 19 20 21 NEXT