検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 403 for request (0.011 sec.)
Seaslog 4509
« 変更履歴 はじめに » PHP Manual その他の基本モジュール Seaslog Seaslog はじめに インストール/設 ... tLogger — Get SeasLog last logger path SeasLog::getRequestID — Get SeasLog request_id differentiated requests ... SeasLog::getRequestVariable — Get SeasLog request variable SeasLog::in ... g::setLogger — Set SeasLog logger name SeasLog::setRequestID — Set SeasLog request_id differentiated requests ... SeasLog::setRequestVariable — Manually set SeasLog request variable Se ...
https://man.plustar.jp/php/book.seaslog.html - [similar]
XML をネイティブな PHP 型にデコードする 4491
« xmlrpc_decode_request xmlrpc_encode_request » PHP Manual XML-RPC 関数 XML をネイティブな PHP 型 ... 数、文字列、boolean 値を返します。 例 xmlrpc_encode_request() の例を参照ください。 参考 xmlrpc_encode_request( ... 調べる 関連キーワード: xmlrpc , デコード , decode , request , 関数 , メソッド , XMLRPC , string , encoding , レ ...
https://man.plustar.jp/php/function.xmlrpc-decode.html - [similar]
辞書リソースを開放する 4449
« enchant_broker_dict_exists enchant_broker_free » PHP Manual Enchant 関数 辞書リソースを開放する ... を推奨します。 パラメータ dictionary enchant_broker_request_dict() または enchant_broker_request_pwl_dict() に ... リソース が期待されていました。 参考 enchant_broker_request_dict() - タグを使用して新しい辞書を作成する enchan ... t_broker_request_pwl_dict() - PWL ファイルを使用して辞書を作成する ... enchant , broker , 開放 , リソース , dict , free , request , 関数 , 推奨 ...
https://man.plustar.jp/php/function.enchant-broker-free-dict.html - [similar]
リクエスト認証子を返す 4449
« radius_put_vendor_string radius_salt_encrypt_attr » PHP Manual Radius 関数 リクエスト認証子を返 ... す radius_request_authenticator (PECL radius >= 1.1.0) radius_reques ... authenticator — リクエスト認証子を返す 説明 radius_request_authenticator ( resource $radius_handle ): string ... 元する 関連キーワード: 認証 , リクエスト , radius , request , authenticator , string , 復元 , データ , handle ...
https://man.plustar.jp/php/function.radius-request-authenticator.html - [similar]
HTTP リクエスト変数 4449
« $_FILES $_SESSION » PHP Manual 定義済の変数 HTTP リクエスト変数 $_REQUEST (PHP 4 >= 4.1.0, PHP ... 5, PHP 7, PHP 8) $_REQUEST — HTTP リクエスト変数 説明 $_GET 、 $_POST そして ... れらの内容は $_SERVER 配列に格納されます。 注意 : $_REQUEST 内の変数の内容は、 GET や POST そして COOKIE といっ ... 含まれる変数の値や順序は、 PHP の設定ディレクティブ request_order や variables_order によって決まります。 参考 ... 関連キーワード: 変数 , リクエスト , 内容 , 注意 , REQUEST , order , スクリプト , 配列 , COOKIE , 外部 ...
https://man.plustar.jp/php/reserved.variables.request.html - [similar]
Constructs EventHttpRequest object 4432
« EventHttpRequest::closeConnection EventHttpRequest::findHeader » PHP Manual EventHttpRequest C ... onstructs EventHttpRequest object EventHttpRequest::__construct (PECL event > ... = 1.4.0-beta) EventHttpRequest::__construct — Constructs EventHttpRequest object ... 説明 public EventHttpRequest::__construct ( callable $callback , mixed $data = ... null ) Constructs EventHttpRequest object. パラメータ callback Gets invoked on reques ...
https://man.plustar.jp/php/eventhttprequest.construct.html - [similar]
Yaf_Route_Regex のコンストラクタ 4432
« Yaf_Route_Regex::assemble Yaf_Route_Regex::route » PHP Manual Yaf_Route_Regex Yaf_Route_Regex ... te_Regex ( "#^/product/([^/]+)/([^/])+#" , //match request uri leading "/product" array( 'controller' => "pro ... ller, ), array( 1 => "name" , // now you can call $request->getParam("name") 2 => "id" , // to get the first ... e_Regex ( "#^/product/([^/]+)/([^/])+#i" , //match request uri leading "/product" array( 'controller' => ":na ... name ), array( 1 => "name" , // now you can call $request->getParam("name") 2 => "id" , // to get the first ...
https://man.plustar.jp/php/yaf-route-regex.construct.html - [similar]
Swoole 4414
« stream_wrapper_unregister はじめに » PHP Manual その他の基本モジュール Swoole Swoole はじめに ... erver. Swoole\Http\Client::execute — Send the HTTP request after setting the parameters. Swoole\Http\Client:: ... get — Send GET http request to the remote server. Swoole\Http\Client::isConnec ... nt name. Swoole\Http\Client::post — Send POST http request to the remote server. Swoole\Http\Client::push — P ... ers. Swoole\Http\Client::setCookies — Set the http request cookies. Swoole\Http\Client::setData — Set the HTT ...
https://man.plustar.jp/php/book.swoole.html - [similar]
RADIUS Attribute Types 4414
« RADIUS Packet Types RADIUS Vendor Specific Attribute Types » PHP Manual 定義済み定数 RADIUS At ... Firstly, we'll create an authentication handle and request. $radh = radius_auth_open (); radius_add_server ( ... $server , $port , $secret , 3 , 3 ); radius_create_request ( $radh , RADIUS_ACCESS_REQUEST ); // Assuming $pa ... dd the remaining attributes and * call radius_send_request(). */ ?> RADIUS_NAS_IP_ADDRESS ( int ) The NAS-IP- ... ibute value indicates the service type the user is requesting, and is expected to be an int , which can be se ...
https://man.plustar.jp/php/radius.constants.attributes.html - [similar]
Yaf_Router クラス 4372
« Yaf_Route_Rewrite::route Yaf_Router::addConfig » PHP Manual Yaf Yaf_Router クラス Yaf_Router ク ... イント (URI の中で、ベース URL の後に続く部分。 Yaf_Request_Abstract::setBaseUri() を参照ください) を受け取って ... トローラ、アクション、そしてその他のパラメータは Yaf_Request_Abstract オブジェクトにまとめられ、 そして Yaf_Dis ... 用のリライトルール RewriteEngine On RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} ... -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ...
https://man.plustar.jp/php/class.yaf-router.html - [similar]