検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 555 for query (0.065 sec.)
Removes a filter query 5090
« SolrQuery::removeField SolrQuery::removeHighlightField » PHP Manual SolrQuery Removes a filter ... query SolrQuery::removeFilterQuery (PECL solr >= 0.9.2) ... SolrQuery::removeFilterQuery — Removes a filter query 説明 p ... ublic SolrQuery::removeFilterQuery ( string $fq ): SolrQuery Remov ... es a filter query. パラメータ fq The filter query to remove 戻り値 R ...
https://man.plustar.jp/php/solrquery.removefilterquery.html - [similar]
SQL クエリを実行する 5068
« SQLite3::prepare SQLite3::querySingle » PHP Manual SQLite3 SQL クエリを実行する SQLite3::query ... (PHP 5 >= 5.3.0, PHP 7, PHP 8) SQLite3::query — SQL クエリを実行する 説明 public SQLite3::query ... ( string $query ): SQLite3Result | false SQL クエリを実行し、 SQLi ... ite3::exec() を代わりに使ってください。 パラメータ query 実行したい SQL クエリ。 戻り値 SQLite3Result オブジ ... す。 失敗した場合に false を返します 例 例1 SQLite3::query() の例 <?php $db = new SQLite3 ( 'mysqlitedb.db' ) ...
https://man.plustar.jp/php/sqlite3.query.html - [similar]
Removes one of the moreLikeThis query fields 5045
« SolrQuery::removeMltField SolrQuery::removeSortField » PHP Manual SolrQuery Removes one of the ... moreLikeThis query fields SolrQuery::removeMltQueryField (PECL solr > ... = 0.9.2) SolrQuery::removeMltQueryField — Removes one of the moreLike ... This query fields 説明 public SolrQuery::removeMltQueryField ... ( string $queryField ): SolrQuery Removes one of the moreLikeThis ...
https://man.plustar.jp/php/solrquery.removemltqueryfield.html - [similar]
与えられた XPath 式を評価する 5029
« DOMXPath::evaluate DOMXPath::registerNamespace » PHP Manual DOMXPath 与えられた XPath 式を評価 ... する DOMXPath::query (PHP 5, PHP 7, PHP 8) DOMXPath::query — 与えられた ... XPath 式を評価する 説明 public DOMXPath::query ( string $expression , ? DOMNode $contextNode = nu ... 形式な場合や contextNode が無効な場合は、 DOMXPath::query() は false を返します。 例 例1 すべての英語の書籍を ... new DOMXPath ( $doc ); // root 要素から開始します $query = '//book/chapter/para/informaltable/tgroup/tbody/ ...
https://man.plustar.jp/php/domxpath.query.html - [similar]
複数のステートメント 5029
« ストアドプロシージャ トランザクションのサポート » PHP Manual クイックスタートガイド 複数のステ ... ートメント、 またはマルチクエリーは、 mysqli::multi_query() を使って実行する必要があります。 文字列に埋め込ま ... " , "user" , "password" , "database" ); $mysqli -> query ( "DROP TABLE IF EXISTS test" ); $mysqli -> query ... T COUNT(*) AS _num FROM test; " ; $mysqli -> multi_query ( $sql ); do { if ( $result = $mysqli -> store_res ... ]=> string(1) "1" } } セキュリティ上の考慮 mysqli::query() や mysqli::real_query() は、 サーバで複数のクエリ ...
https://man.plustar.jp/php/mysqli.quickstart.multiple-statement.html - [similar]
PDO クラス 5006
« ラージオブジェクト (LOB) PDO::beginTransaction » PHP Manual PDO PDO クラス PDO クラス (PHP 5 > ... = null ): string | false public prepare ( string $query , array $options = [] ): PDOStatement | false publ ... ic query ( string $query , ? int $fetchMode = null ): PDOSt ... atement | false public query ( string $query , ? int $fetchMode = PDO::FETCH_CO ... LUMN , int $colno ): PDOStatement | false public query ( string $query , ? int $fetchMode = PDO::FETCH_CL ...
https://man.plustar.jp/php/class.pdo.html - [similar]
接続の現在の文字セットを考慮して、SQL 文で使用する文字列の特殊文字をエスケープす... 5006
« mysqli::real_connect mysqli::real_query » PHP Manual mysqli 接続の現在の文字セットを考慮して、 ... /* $city はエスケープされ、クエリは動作します。*/ $query = sprintf ( "SELECT CountryCode FROM City WHERE na ... eal_escape_string ( $city )); $result = $mysqli -> query ( $query ); printf ( "Select returned %d rows.\n" ... 。なぜなら、$city をエスケープしていないからです */ $query = sprintf ( "SELECT CountryCode FROM City WHERE na ... me='%s'" , $city ); $result = $mysqli -> query ( $query ); 手続き型 <?php mysqli_report ( MYSQLI_ ...
https://man.plustar.jp/php/mysqli.real-escape-string.html - [similar]
Returns the expand query expand.q parameter 5006
« SolrQuery::getExpandFilterQueries SolrQuery::getExpandRows » PHP Manual SolrQuery Returns the ... expand query expand.q parameter SolrQuery::getExpandQuery (PECL ... solr >= 2.2.0) SolrQuery::getExpandQuery — Returns the expand query expand. ... q parameter 説明 public SolrQuery::getExpandQuery (): array Returns the expand query ... はパラメータはありません。 戻り値 Returns the expand query. 関連キーワード: Returns , pand , query , expand , ...
https://man.plustar.jp/php/solrquery.getexpandquery.html - [similar]
Returns all the group.query parameter values 4983
« SolrQuery::getGroupOffset SolrQuery::getGroupSortFields » PHP Manual SolrQuery Returns all the ... group.query parameter values SolrQuery::getGroupQueries (PECL ... solr >= 2.2.0) SolrQuery::getGroupQueries — Returns all the group.query par ... ameter values 説明 public SolrQuery::getGroupQueries (): array Returns all the group.q ... 数にはパラメータはありません。 戻り値 array 参考 SolrQuery::addGroupQuery() - Allows grouping of documents th ...
https://man.plustar.jp/php/solrquery.getgroupqueries.html - [similar]
If true, Solr includes the number of groups that have matched the query in the r... 4960
« SolrQuery::setGroupMain SolrQuery::setGroupOffset » PHP Manual SolrQuery If true, Solr include ... s the number of groups that have matched the query in the results SolrQuery::setGroupNGroups (PECL so ... lr >= 2.2.0) SolrQuery::setGroupNGroups — If true, Solr includes the numb ... er of groups that have matched the query in the results 説明 public SolrQuery::setGroupNGro ... ups ( bool $value ): SolrQuery If true, Solr includes the number of groups that h ...
https://man.plustar.jp/php/solrquery.setgroupngroups.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT