検索

phrase: max: clip:
target: order:
Results of 361 - 370 of about 2039 for To (1.699 sec.)
Whether or not to return raw characters 2760
« SolrQuery::getTermsPrefix SolrQuery::getTermsSort » PHP Manual SolrQuery Whether or not to ret ... 9.2) SolrQuery::getTermsReturnRaw — Whether or not to return raw characters 説明 public SolrQuery::getTe ... : bool Returns a boolean indicating whether or not to return the raw characters of the indexed term, reg ...
https://man.plustar.jp/php/solrquery.gettermsreturnraw.html - [similar]
Returns the time in milliseconds allowed for the query to finish 2760
« SolrQuery::getTermsUpperBound SolrQuery::removeExpandFilterQuery » PHP Manual SolrQuery Return ... s the time in milliseconds allowed for the query to finish SolrQuery::getTimeAllowed (PECL solr >= 0.9 ... rns the time in milliseconds allowed for the query to finish 説明 public SolrQuery::getTimeAllowed (): i ... rns the time in milliseconds allowed for the query to finish. パラメータ この関数にはパラメータはありませ ...
https://man.plustar.jp/php/solrquery.gettimeallowed.html - [similar]
Maps to facet.limit 2760
« SolrQuery::setFacetEnumCacheMinDefaultFrequency SolrQuery::setFacetMethod » PHP Manual SolrQue ... ry Maps to facet.limit SolrQuery::setFacetLimit (PECL solr >= ... 0.9.2) SolrQuery::setFacetLimit — Maps to facet.limit 説明 public SolrQuery::setFacetLimit ( ... mit , string $field_override = ? ): SolrQuery Maps to facet.limit. Sets the maximum number of constraint ...
https://man.plustar.jp/php/solrquery.setfacetlimit.html - [similar]
Bind callback function to HTTP server by event name. 2760
« Swoole\Http\Server Swoole\Http\Server::start » PHP Manual Swoole\Http\Server Bind callback fun ... ction to HTTP server by event name. Swoole\Http\Server::on ... 0) Swoole\Http\Server::on — Bind callback function to HTTP server by event name. 説明 public Swoole\Http ... callable $callback ): void Bind callback function to HTTP server by event name. パラメータ event_name c ...
https://man.plustar.jp/php/swoole-http-server.on.html - [similar]
ドメイン名をIDNAのASCII形式に変換する 2746
« IDN 関数 idn_to_utf8 » PHP Manual IDN 関数 ドメイン名をIDNAのASCII形式に変換する idn_to_ascii ... 7, PHP 8, PECL intl >= 1.0.2, PECL idn >= 0.1) idn_to_ascii — ドメイン名をIDNAのASCII形式に変換する 説明 ... 手続き型 idn_to_ascii ( string $domain , int $flags = IDNA_DEFAULT ... IDNA_VARIANT_UTS46 を使用してください。 例 例1 idn_to_ascii() の例 <?php echo idn_to_ascii ( 'tast.de' ) ... の例の出力は以下となります。 xn--tst-qla.de 参考 idn_to_utf8() - IDNAのASCII方式でエンコードされたドメイン ...
https://man.plustar.jp/php/function.idn-to-ascii.html - [similar]
UTF-8 文字列を修正UTF-7にエンコードする 2746
« imap_utf7_encode imap_utf8 » PHP Manual IMAP 関数 UTF-8 文字列を修正UTF-7にエンコードする imap ... _utf8_to_mutf7 (PHP 5 >= 5.3.0, PHP 7, PHP 8) imap_utf8_to_ ... 8 文字列を修正UTF-7にエンコードする 説明 imap_utf8_to_mutf7 ( string $string ): string | false UTF-8 文字 ... コードします。 注意 : この関数は libcclient が utf8_to_mutf7() をエクスポートした場合にのみ利用できます。 ... 。 失敗した場合に false を返します. 参考 imap_mutf7_to_utf8() - 修正UTF-7文字列をUTF-8にデコードする 関連 ...
https://man.plustar.jp/php/function.imap-utf8-to-mutf7.html - [similar]
Write data to a file asynchronously 2746
« swoole_async_write swoole_clear_error » PHP Manual Swoole 関数 Write data to a file asynchrono ... oole >= 1.9.0) swoole_async_writefile — Write data to a file asynchronously 説明 swoole_async_writefile ... ilename being written. content The content writing to the file. callback flags 戻り値 成功した場合に tru ...
https://man.plustar.jp/php/function.swoole-async-writefile.html - [similar]
Create a new ReadPreference 2746
« MongoDB\Driver\ReadPreference::bsonSerialize MongoDB\Driver\ReadPreference::getHedge » PHP Man ... e primary. MongoDB\Driver\ReadPreference::RP_NEAREST or "nearest" Operations read from member of the rep ... e of the member's type. tagSets Tag sets allow you to target read operations to specific members of a re ... a server for a read operation, the driver attempt to select a node having all tags in a set (i.e. the a ... Description hedge object | array Specifies whether to use » hedged reads , which are supported by MongoD ...
https://man.plustar.jp/php/mongodb-driver-readpreference.construct.html - [similar]
Execute a database query on this server 2746
« MongoDB\Driver\Server::executeCommand MongoDB\Driver\Server::executeReadCommand » PHP Manual M ... readPreference" option does not control the server to which the driver issues the operation; it will alw ... Instead, it may be used when issuing the operation to a secondary (from a replica set connection, not st ... andalone) or mongos node to ensure that the driver sets the wire protocol acco ... rdingly or adds the read preference to the operation, respectively. パラメータ namespace ...
https://man.plustar.jp/php/mongodb-driver-server.executequery.html - [similar]
Request Injection Attacks 2746
« Security Script Injection Attacks » PHP Manual Security Request Injection Attacks Request Inje ... s If you are passing $_GET (or $_POST ) parameters to your queries, make sure that they are cast to stri ... sername[$ne]=foo , which PHP will magically turn into an associative array, turning your query into $q = ... our users, probably). This is a fairly easy attack to defend against: make sure $_GET and $_POST paramet ... ers are the type you expect before you send them to the database. PHP has the filter_var() function to ...
https://man.plustar.jp/php/mongodb.security.request_injection.html - [similar]