検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 542 for Http (0.025 sec.)
HTTP GET 変数 3970
« $_SERVER $_POST » PHP Manual 定義済の変数 HTTP GET 変数 $_GET (PHP 4 >= 4.1.0, PHP 5, PHP 7, P ... HP 8) $_GET — HTTP GET 変数 説明 URL パラメータ (a.k.a クエリストリン ... ialchars ( $_GET [ "name" ]) . '!' ; ?> ユーザーが http://example.com/?name=Hannes と入力したとします。 上 ...
https://man.plustar.jp/php/reserved.variables.get.html - [similar]
リクエストをルーティングする 3954
« Yaf_Route_Static::match Yaf_Route_Supervar » PHP Manual Yaf_Route_Static リクエストをルーティン ... ng there is only one module defined:Index Request: http://yourdomain.com/a/b => module = index, controller ... action=b //assuming ap.action_prefer = On Request: http://yourdomain.com/b => module = default(index), con ... ion = b //assuming ap.action_prefer = Off Request: http://yourdomain.com/b => module = default(index), con ... troller = b, action = default(index) Request: http://yourdomain.com/a/b/foo/bar/test/a/id/4 => module ...
https://man.plustar.jp/php/yaf-route-static.route.html - [similar]
ヘッダーあるいはメタデータをストリームまたはファイルポインタから取得する 3939
« stream_get_line stream_get_transports » PHP Manual ストリーム 関数 ヘッダーあるいはメタデータを ... っている場合にのみ含まれます) 例 例1 fopen() を使い、http 経由で stream_get_meta_data() を使う例 <?php $url ... = 'http://www.example.com/' ; if (! $fp = fopen ( $url , ' ... ) 'wrapper_data' => array(13) { [0] => string(15) "HTTP/1.1 200 OK" [1] => string(11) "Age: 244629" [2] => ... "Connection: close" } 'wrapper_type' => string(4) "http" 'stream_type' => string(14) "tcp_socket/ssl" 'mod ...
https://man.plustar.jp/php/function.stream-get-meta-data.html - [similar]
Returns EventHttpConnection object 3916
« EventHttpRequest::getCommand EventHttpRequest::getHost » PHP Manual EventHttpRequest Returns E ... ventHttpConnection object EventHttpRequest::getConnection ( ... PECL event >= 1.8.0) EventHttpRequest::getConnection — Returns EventHttpConnectio ... n object 説明 public EventHttpRequest::closeConnection (): EventHttpConnection Re ... turns EventHttpConnection object which represents HTTP connection ...
https://man.plustar.jp/php/eventhttprequest.getconnection.html - [similar]
設定ファイルをパースする 3916
« move_uploaded_file parse_ini_string » PHP Manual ファイルシステム 関数 設定ファイルをパースする ... RD [second_section] path = "/usr/local/bin" URL = "http://www.example.com/~username" [third_section] phpve ... ersion[] = "5.2" phpversion[] = "5.3" urls[svn] = "http://svn.php.net" urls[git] = "http://git.php.net" 例 ... al] => Dodo bird [path] => /usr/local/bin [URL] => http://www.example.com/~username [phpversion] => Array ... [2] => 5.2 [3] => 5.3 ) [urls] => Array ( [svn] => http://svn.php.net [git] => http://git.php.net ) ) Arra ...
https://man.plustar.jp/php/function.parse-ini-file.html - [similar]
定義済み定数 3916
« リソース型 例 » PHP Manual OAuth 定義済み定数 定義済み定数 以下の定数が定義されています。 この ... YPE_FORM ( string ) この定数は、OAuth パラメータを HTTP POST の本文の一部として記述することを表します。 OA ... UTH_HTTP_METHOD_GET ( string ) GET メソッドを OAuth リクエス ... トで使用します。 OAUTH_HTTP_METHOD_POST ( string ) POST メソッドを OAuth リクエ ... ストで使用します。 OAUTH_HTTP_METHOD_PUT ( string ) PUT メソッドを OAuth リクエス ...
https://man.plustar.jp/php/oauth.constants.html - [similar]
要件 3900
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 GD ライブラリ( » http ... ージ形式 ダウンロードするライブラリ 注記 gif jpeg » http://www.ijg.org/ (PHP のビルド前に) jpeg ライブラリを ... .(a|so) not found というエラーが発生します。 png » http://www.libpng.org/pub/png/libpng.html xpm » http:// ...
https://man.plustar.jp/php/image.requirements.html - [similar]
SoapClient のコンストラクタ 3900
« SoapClient::__call SoapClient::__doRequest » PHP Manual SoapClient SoapClient のコンストラクタ ... した場合は、SOAP 1.1 を使います。 authentication int HTTP 認証をリクエスト時に使う際の、 認証方法を指定します ... 認証と、Digest 認証で使うパスワードを指定します。 HTTPS クライアント認証で使う passphrase と混同しないよう ... にして下さい。 local_cert string HTTPS 認証で使うクライアント証明書のパス。 証明書ファイ ... tream_context でも設定できます。 proxy_host string HTTPリクエスト時に使う、 プロキシサーバとして用いるホスト ...
https://man.plustar.jp/php/soapclient.construct.html - [similar]
リクエストトークンを取得する 3862
« OAuth::getRequestHeader OAuth::setAuthType » PHP Manual OAuth リクエストトークンを取得する OAu ... est_token_url , string $callback_url = ? , string $http_method = ? ): array リクエストトークン、secret そし ... されて OAuth 2009.1 advisory を指すことになります。 http_method 利用する HTTP メソッド。 GET や POST など。 ... $request_token_info = $oauth -> getRequestToken ( "https://example.com/oauth/request_token" ); if(!empty( ... OAuth::getLastResponseInfo() - 直近のレスポンスの HTTP 情報を取得する 関連キーワード: 取得 , リクエストト ...
https://man.plustar.jp/php/oauth.getrequesttoken.html - [similar]
Start RPC Server 3862
« Yar_Server::__construct Yar_Client » PHP Manual Yar_Server Start RPC Server Yar_Server::handle ... 説明 public Yar_Server::handle (): bool Start a RPC HTTP server, and ready for accpet RPC requests. 注意 : ... Usual RPC calls will be issued as HTTP POST requests. If a HTTP GET request is issued to ...
https://man.plustar.jp/php/yar-server.handle.html - [similar]