検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 403 for Request (0.013 sec.)
実行時設定 3927
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... hem would be rewritten down into the Data Store by request shutdown or php process exit (PHP RSHUTDOWN or PHP ... ch as 1502882102.862 ,accurate to milliseconds. %Q RequestId. To distinguish a single request, such as not in ... voking the SeasLog::setRequestId($string) function, the unique value generated by ... atic char *get_uniqid () function is used when the request is initialized. %H HostName. %P ProcessId. %D Doma ...
https://man.plustar.jp/php/seaslog.configuration.html - [similar]
設定で定義したルートをルーターに追加する 3927
« Yaf_Router Yaf_Router::addRoute » PHP Manual Yaf_Router 設定で定義したルートをルーターに追加す ... or one will be called first ;a rewrite route match request /product/*/* routes.route_name.type="rewrite" rout ... .route_name.route.action=info ;a regex route match request /list/*/* routes.route_name1.type="regex" routes.r ... outes.route_name3.varname=r ;a map route match any request to controller routes.route_name4.type="map" routes ...
https://man.plustar.jp/php/yaf-router.addconfig.html - [similar]
現在の Unix タイムスタンプをマイクロ秒まで返す 3910
« localtime mktime » PHP Manual 日付・時刻 関数 現在の Unix タイムスタンプをマイクロ秒まで返す m ... othing in $time seconds\n" ; ?> 例2 microtime() と REQUEST_TIME_FLOAT の例 <?php // ランダムな時間のスリープ ... usleep ( mt_rand ( 100 , 10000 )); // REQUEST_TIME_FLOAT をスーパーグローバル $_SERVER から取得で ... ています。 $time = microtime ( true ) - $_SERVER [ "REQUEST_TIME_FLOAT" ]; echo "Did nothing in $time seconds\ ...
https://man.plustar.jp/php/function.microtime.html - [similar]
CUBRID 3893
« ベンダー固有のモジュール はじめに » PHP Manual ベンダー固有のモジュール CUBRID CUBRID はじめに ... ent as parameters cubrid_close_prepare — Close the request handle cubrid_close_request — Close the request ha ... query_timeout — Get the query timeout value of the request cubrid_get_server_info — Return the CUBRID server ... — Roll back a transaction cubrid_schema — Get the requested schema information cubrid_seq_drop — Delete an e ... — Create a glo instance cubrid_save_to_glo — Save requested file in a GLO instance cubrid_send_glo — Read da ...
https://man.plustar.jp/php/book.cubrid.html - [similar]
単語のスペルが正しいかどうかを調べ、修正候補を提供する 3893
« enchant_dict_is_in_session enchant_dict_store_replacement » PHP Manual Enchant 関数 単語のスペ ... 格納されます。 パラメータ dictionary enchant_broker_request_dict() または enchant_broker_request_pwl_dict() に ... r_dict_exists ( $r , $tag )) { $d = enchant_broker_request_dict ( $r , $tag ); enchant_dict_quick_check ( $d ...
https://man.plustar.jp/php/function.enchant-dict-quick-check.html - [similar]
外部から来る変数 3893
« 可変変数 定数 » PHP Manual 変数 外部から来る変数 外部から来る変数 HTML フォーム (GET と POST) ... クセスする <?php echo $_POST [ 'username' ]; echo $_REQUEST [ 'username' ]; ?> GETフォームを使用した場合も同じ ... d'] によりアクセス可能なGETデータ が含まれます。 $_REQUEST も参照ください。 注意 : 変数名のドットやスペースは ... に変換されます。 たとえば <input name="a.b" /> は $_REQUEST["a_b"] となります。 PHPではフォーム変数のコンテキス ... れます。 たとえば、 <input name="foo[bar]baz"> は $_REQUEST['foo']['bar'] になります。 IMAGE SUBMIT 変数名 フォ ...
https://man.plustar.jp/php/language.variables.external.html - [similar]
isRequestTokenEndpoint を設定する 3893
« OAuthProvider::is2LeggedEndpoint OAuthProvider::removeRequiredParameter » PHP Manual OAuthProv ... ider isRequestTokenEndpoint を設定する OAuthProvider::isRequestTo ... kenEndpoint (PECL OAuth >= 1.0.0) OAuthProvider::isRequestTokenEndpoint — isRequestTokenEndpoint を設定する 説 ... 明 public OAuthProvider::isRequestTokenEndpoint ( bool $will_issue_request_token ): v ... ストのみが 記述されています。 パラメータ will_issue_request_token リクエストトークンを発行するか否かを設定しま ...
https://man.plustar.jp/php/oauthprovider.isrequesttokenendpoint.html - [similar]
Construct a new ZMQContext object 3893
« ZMQContext ZMQContext::getOpt » PHP Manual ZMQContext Construct a new ZMQContext object ZMQCon ... istent. Persistent context is stored over multiple requests and is a requirement for persistent sockets. エラ ... ext() example Construct a new context and allocate request socket from it <?php /* Allocate a new context */ ... -> connect ( "tcp://example.com:1234" ); /* Send a request */ $socket -> send ( "Hello there" ); /* Receive b ...
https://man.plustar.jp/php/zmqcontext.construct.html - [similar]
PHP Callbacks 3867
« Basic FFI usage A Complete PHP/FFI/preloading Example » PHP Manual 例 PHP Callbacks PHP Callba ... is not efficient and leaks resources by the end of request. ヒント It is therefore recommended to minimize th ... on , minimize , recommended , therefore , ヒント , request , resources ...
https://man.plustar.jp/php/ffi.examples-callback.html - [similar]
現在の FPMプール の状態を返す 3867
« fastcgi_finish_request セッション関連 » PHP Manual FPM 関数 現在の FPMプール の状態を返す fpm_ ... , 情報 , パラメータ , セッション , array , 格納 , request ...
https://man.plustar.jp/php/function.fpm-get-status.html - [similar]