検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 403 for request (0.020 sec.)
現在のセッションに、単語が存在するかどうかを調べる 4047
« enchant_dict_get_error enchant_dict_is_in_session » PHP Manual Enchant 関数 現在のセッションに ... るかを調べる。 パラメータ dictionary enchant_broker_request_dict() または enchant_broker_request_pwl_dict() に ... hant , dict , added , broker , 期待 , バージョン , request ...
https://man.plustar.jp/php/function.enchant-dict-is-added.html - [similar]
全てのHTTPリクエストヘッダを取得する 4047
« apache_setenv virtual » PHP Manual Apache 関数 全てのHTTPリクエストヘッダを取得する getallhead ... 現在のリクエストから取得します。 この関数は、 apache_request_headers() のエイリアスです。 この関数は、カレントの ... ます。この関数の動作に関する詳細については、 apache_request_headers() のドキュメントを参照して ください。 パラ ... エスト , 取得 , 関数 , getallheaders , パラメータ , request , 参考 , バージョン , 履歴 ...
https://man.plustar.jp/php/function.getallheaders.html - [similar]
SolrUpdateResponse クラス 4029
« SolrQueryResponse::__destruct SolrUpdateResponse::__construct » PHP Manual Solr SolrUpdateResp ... ng $ http_status_message ; protected string $ http_request_url ; protected string $ http_raw_request_headers ... ; protected string $ http_raw_request ; protected string $ http_raw_response_headers ; p ... tatusMessage (): string public SolrResponse::getRawRequest (): string public SolrResponse::getRawRequestHeade ... ResponseHeaders (): string public SolrResponse::getRequestUrl (): string public SolrResponse::getResponse (): ...
https://man.plustar.jp/php/class.solrupdateresponse.html - [similar]
4029
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... nnection: Close\r\n\r\n" )) { exit( "Failed adding request to output buffer\n" ); } if (! $bev -> connectHost ... * by means of EventBufferEvent::connect(). * * 2. Request /index.cphp via HTTP/1.0 * using the output buffer ... READ | Event :: WRITE ); echo "step 3\n" ; // Send request $output = $bev -> getOutput (); if (! $output -> a ... nnection: Close\r\n\r\n" )) { exit( "Failed adding request to output buffer\n" ); } /* Connect to the host sy ...
https://man.plustar.jp/php/event.examples.html - [similar]
URL エンコードされた文字列をデコードする 4029
« rawurlencode urlencode » PHP Manual URL 関数 URL エンコードされた文字列をデコードする urldecod ... } } ?> 注意 警告 スーパーグローバル $_GET および $_REQUEST の内容はすでにデコード済みのものです。 $_GET や $_ ... ecode , string , urlencode , 文字 , rawurlencode , REQUEST , グローバル , 参考 , 予期 ...
https://man.plustar.jp/php/function.urldecode.html - [similar]
Connection handling and persistence 4029
« Architecture Persisting Data » PHP Manual Driver Architecture and Internals Connection handlin ... n states, and topology information across multiple requests. When MongoDB\Driver\Manager::__construct() is in ... ard cluster). By persisting the client between PHP requests, the driver is able to re-use established databas ... need for » discovering the server topology on each request. Consider the following example: <?php $managers = ... same worker executes the script again in a second request, the three clients will be re-used and no new conn ...
https://man.plustar.jp/php/mongodb.connection-handling.html - [similar]
SoapServer の持続モードを設定する 4029
« SoapServer::setObject SoapFault » PHP Manual SoapServer SoapServer の持続モードを設定する Soap ... _PERSISTENCE_XXX 定数のうちの一つ SOAP_PERSISTENCE_REQUEST - SoapServer のデータはリクエスト間で持続しません。 ... during the unserialization of data // on the next request; thus, our SoapObject would not be persistent acro ... ss requests. return array( 'myvar1' , 'myvar2' ); } } try { s ... ew SoapServer ( null , array( 'uri' => $_SERVER [ 'REQUEST_URI' ])); $server -> setClass ( 'MyFirstPersistent ...
https://man.plustar.jp/php/soapserver.setpersistence.html - [similar]
Upgrade to websocket protocol. 4029
« Swoole\Http\Client::setMethod Swoole\Http\Request » PHP Manual Swoole\Http\Client Upgrade to w ... le , Http , string , path , callback , setMethod , Request , swoole ...
https://man.plustar.jp/php/swoole-http-client.upgrade.html - [similar]
XML-RPC 4012
« Yar_Client_Exception::getType はじめに » PHP Manual ウェブサービス XML-RPC XML-RPC はじめに イ ... リソース型 定義済み定数 XML-RPC 関数 xmlrpc_decode_request — XML をネイティブなPHP 型にデコードする xmlrpc_de ... をネイティブな PHP 型にデコードする xmlrpc_encode_request — メソッドリクエスト用の XML を生成する xmlrpc_enc ... ction , 設定 , デコード , リソース , 生成 , 関数 , request ...
https://man.plustar.jp/php/book.xmlrpc.html - [similar]
The SolrClient class 4012
« SolrObject::offsetUnset SolrClient::addDocument » PHP Manual Solr The SolrClient class The Sol ... t class (PECL solr >= 0.9.2) はじめに Used to send requests to a Solr server. Currently, cloning and serializ ... ry ( SolrParams $query ): SolrQueryResponse public request ( string $raw_request ): SolrUpdateResponse public ... t::query — Sends a query to the server SolrClient::request — Sends a raw update request SolrClient::rollback ...
https://man.plustar.jp/php/class.solrclient.html - [similar]