検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 474 for use (0.040 sec.)
バッファクエリと非バッファクエリ 3816
« コンセプト 文字セット » PHP Manual コンセプト バッファクエリと非バッファクエリ バッファクエリと ... qli <?php $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); $uresult = $mysqli ... -> query ( "SELECT Name FROM City" , MYSQLI_USE_RESULT ); if ( $uresult ) { while ( $row = $uresul ... ew PDO ( "mysql:host=localhost;dbname=world" , 'my_user' , 'my_pass' ); $pdo -> setAttribute ( PDO :: MYS ... QL_ATTR_USE_BUFFERED_QUERY , false ); $uresult = $pdo -> query ...
https://man.plustar.jp/php/mysqlinfo.concepts.buffering.html - [similar]
Memory management 3816
« メモ MySQL Native Driver プラグインAPI » PHP Manual Mysqlnd Memory management Memory managemen ... and how results read from MySQL are linked to PHP user variables. The following notes are intended as an ... introduction and summary to users interested at understanding the MySQL Native Dri ... r at the C code level. Memory management functions used All memory allocation and deallocation is done us ... ng PHP API calls, such as memory_get_usage() . Because memory is allocated and released using the PHP mem ...
https://man.plustar.jp/php/mysqlnd.memory.html - [similar]
3816
« 定義済み定数 Rar 関数 » PHP Manual Rar 例 例 rar:// ラッパー の例も参照ください。 例1 オンザフ ... onger needed; stream is independent function detectUserAgent () { if (! array_key_exists ( 'HTTP_USER_AGE ... SERVER )) return "Other" ; $uas = $_SERVER [ 'HTTP_USER_AGENT' ]; if ( preg_match ( "@Opera/@" , $uas )) ... ons: * - For FF and Opera, which support RFC 2231, use that format. * - For IE and Chrome, use attwithfnr ... ition: attachment; filename="%s"' ; switch ( detectUserAgent ()) { case "Opera" : case "Firefox" : $orfil ...
https://man.plustar.jp/php/rar.examples.html - [similar]
SoapClient のコンストラクタ 3816
« SoapClient::__call SoapClient::__doRequest » PHP Manual SoapClient SoapClient のコンストラクタ ... を両方指定しなかった場合、 RPCスタイルを使います。 use int SOAP_ENCODED や SOAP_LITERAL を使うと、 このク ... い場合、 soap.wsdl_cache オプションの値を使います。 user_agent string リクエストをする際に User-Agent で使 ... type , header , max_redirects , protocol_version , user_agent が設定できます。 'header' コンテキストオプシ ... 無視されることに注意して下さい: host , connection , user-agent , content-length , content-type , cookie , ...
https://man.plustar.jp/php/soapclient.construct.html - [similar]
Sets Tie Breaker parameter (tie parameter) 3816
« SolrDisMaxQuery::setQueryPhraseSlop SolrDisMaxQuery::setTrigramPhraseFields » PHP Manual SolrD ... ue (which should be something much less than 1) to use as tiebreaker in DisMax queries. 戻り値 SolrDisMax ...
https://man.plustar.jp/php/solrdismaxquery.settiebreaker.html - [similar]
Determines the ordering of the facet field constraints 3816
« SolrQuery::setFacetPrefix SolrQuery::setGroup » PHP Manual SolrQuery Determines the ordering o ... f the facet field constraints パラメータ facetSort Use SolrQuery::FACET_SORT_INDEX for sorting by index o ... e current SolrQuery object, if the return value is used. 関連キーワード: SolrQuery , Determines , orderin ...
https://man.plustar.jp/php/solrquery.setfacetsort.html - [similar]
Write and push data into Swoole channel. 3816
« Swoole\Channel::pop Swoole\Channel::stats » PHP Manual Swoole\Channel Write and push data into ... of the data is more than 8KB, swoole channel will use temp files storage. The function will return true ...
https://man.plustar.jp/php/swoole-channel.push.html - [similar]
The EvLoop class 3767
« EvIo::set EvLoop::backend » PHP Manual Ev The EvLoop class The EvLoop class (PECL ev >= 0.2.0) ... g threads we have to create a loop per thread, and use the default loop in the parent thread. The default ... The backend flags indicating the event backend in use. is_default_loop Readonly . true if it is the defa ... ackend — Returns an integer describing the backend used by libev EvLoop::check — Creates EvCheck object a ...
https://man.plustar.jp/php/class.evloop.html - [similar]
The MongoDB\Driver\CursorInterface interface 3767
« MongoDB\Driver\CursorId::unserialize MongoDB\Driver\CursorInterface::getId » PHP Manual MongoD ... face is implemented by MongoDB\Driver\Cursor to be used as a parameter, return, or property type in userl ... r\CursorInterface::setTypeMap — Sets a type map to use for BSON unserialization MongoDB\Driver\CursorInte ...
https://man.plustar.jp/php/class.mongodb-driver-cursorinterface.html - [similar]
定義済み定数 3767
« リソース型 例 » PHP Manual cURL 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... および cURL 7.62.0 以降で使用可能です。 CURLOPT_DNS_USE_GLOBAL_CACHE ( int ) CURLOPT_DNS_CACHE_TIMEOUT ( i ... ) CURLOPT_PUT ( int ) CURLOPT_MUTE ( int ) CURLOPT_USERPWD ( int ) CURLOPT_PROXYUSERPWD ( int ) CURLOPT_R ... SSFUNCTION ( int ) CURLOPT_REFERER ( int ) CURLOPT_USERAGENT ( int ) CURLOPT_FTPPORT ( int ) CURLOPT_FTP_ ... t ) CURLOPT_FRESH_CONNECT ( int ) CURLOPT_FORBID_REUSE ( int ) CURLOPT_RANDOM_FILE ( int ) CURLOPT_EGDSOC ...
https://man.plustar.jp/php/curl.constants.html - [similar]