検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 555 for query (0.049 sec.)
プリペアドステートメント 4639
« ステートメントの実行 ストアドプロシージャ » PHP Manual クイックスタートガイド プリペアドステー ... tabase" ); /* Non-prepared statement */ $mysqli -> query ( "DROP TABLE IF EXISTS test" ); $mysqli -> query ... tabase" ); /* Non-prepared statement */ $mysqli -> query ( "DROP TABLE IF EXISTS test" ); $mysqli -> query ... el ) { $stmt -> execute (); } $result = $mysqli -> query ( 'SELECT id, label FROM test' ); var_dump ( $resu ... " , "user" , "password" , "database" ); $mysqli -> query ( "DROP TABLE IF EXISTS test" ); $mysqli -> query ...
https://man.plustar.jp/php/mysqli.quickstart.prepared-statements.html - [similar]
mysqlnd のプラグインAPI 4639
« MySQL Native Driverプラグイン のアーキテクチャ mysqlndプラグインの開発をはじめよう » PHP Manua ... 呼び出しの連鎖と協調の例 エクステンション mysqlnd.query() の関数ポインタ 親メソッドを呼んだ場合のコールスタ ... ック ext/mysqlnd mysqlnd.query() mysqlnd.query ext/mysqlnd_cache mysqlnd_cache.qu ... ery() mysqlnd_cache.query() mysqlnd.query ext/mysqlnd_monitor mysqlnd_monito ... r.query() mysqlnd_monitor.query() mysqlnd_cache.query() my ...
https://man.plustar.jp/php/mysqlnd.plugin.api.html - [similar]
Makes the next result of the specified statement active 4617
« sqlsrv_has_rows sqlsrv_num_fields » PHP Manual SQLSRV 関数 Makes the next result of the specif ... t() example The following example executes a batch query that inserts into a table and then selects from th ... sqlsrv_connect ( $serverName , $connectionInfo ); $query = "INSERT INTO Table_1 (id, data) VALUES (?,?); SE ... $params = array( 1 , "some data" ); $stmt = sqlsrv_query ( $conn , $query , $params ); // Consume the first ... nt_r ( sqlsrv_errors (), true )); } ?> 参考 sqlsrv_query() - Prepares and executes a query sqlsrv_fetch_arr ...
https://man.plustar.jp/php/function.sqlsrv-next-result.html - [similar]
直近で実行したステートメントからのエラーの一覧を返す 4617
« mysqli_stmt::$errno mysqli_stmt::$error » PHP Manual mysqli_stmt 直近で実行したステートメントか ... " , mysqli_connect_error ()); exit(); } $mysqli -> query ( "CREATE TABLE myCountry LIKE Country" ); $mysqli ... -> query ( "INSERT INTO myCountry SELECT * FROM Country" ); ... $query = "SELECT Name, Code FROM myCountry ORDER BY Name" ... ; if ( $stmt = $mysqli -> prepare ( $query )) { /* テーブルを削除します */ $mysqli -> query ( ...
https://man.plustar.jp/php/mysqli-stmt.error-list.html - [similar]
Add a query field with optional boost (qf parameter) 4617
« SolrDisMaxQuery::addPhraseField SolrDisMaxQuery::addTrigramPhraseField » PHP Manual SolrDisMax ... Query Add a query field with optional boost (qf parameter) SolrDisMa ... xQuery::addQueryField (No version information available, ... might only be in Git) SolrDisMaxQuery::addQueryField — Add a query field with optional b ... oost (qf parameter) 説明 public SolrDisMaxQuery::addQueryField ( string $field , string $boost = ? ...
https://man.plustar.jp/php/solrdismaxquery.addqueryfield.html - [similar]
Set if the query will be boosted by the interesting term relevance 4617
« SolrQuery::setMlt SolrQuery::setMltCount » PHP Manual SolrQuery Set if the query will be boost ... ed by the interesting term relevance SolrQuery::setMltBoost (PECL solr >= 0.9.2) SolrQuery::setMl ... tBoost — Set if the query will be boosted by the interesting term relevance ... 説明 public SolrQuery::setMltBoost ( bool $flag ): SolrQuery Set if the ... ts to true or false 戻り値 Returns the current SolrQuery object, if the return value is used. 関連キーワード ...
https://man.plustar.jp/php/solrquery.setmltboost.html - [similar]
Saves the result of query into image 4594
« RRDGraph::__construct RRDGraph::saveVerbose » PHP Manual RRDGraph Saves the result of query in ... rrd >= 0.9.0) RRDGraph::save — Saves the result of query into image 説明 public RRDGraph::save (): array Sa ... ves the result of RRD database query into image defined by RRDGraph::__construct() . パ ... false を返します. 関連キーワード: Saves , result , query , into , RRDGraph , of , the , save , パラメータ , ...
https://man.plustar.jp/php/rrdgraph.save.html - [similar]
Returns the time in milliseconds allowed for the query to finish 4594
« 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.2) SolrQuery::getTimeAllowed — Returns the time in milliseconds ... allowed for the query to finish 説明 public SolrQuery::getTimeAllowed () ... t Returns the time in milliseconds allowed for the query to finish. パラメータ この関数にはパラメータはあり ...
https://man.plustar.jp/php/solrquery.gettimeallowed.html - [similar]
Returns whether or not the query will be boosted by the interesting term relevan... 4571
« SolrQuery::getMlt SolrQuery::getMltCount » PHP Manual SolrQuery Returns whether or not the query ... l be boosted by the interesting term relevance SolrQuery::getMltBoost (PECL solr >= 0.9.2) SolrQuery::getMl ... tBoost — Returns whether or not the query will be boosted by the interesting term relevance ... 説明 public SolrQuery::getMltBoost (): bool Returns whether or not the q ... n success and null if not set. 関連キーワード: SolrQuery , Returns , not , term , getMltBoost , relevance , ...
https://man.plustar.jp/php/solrquery.getmltboost.html - [similar]
マルチクエリからの結果がまだ残っているかどうかを調べる 4555
« mysqli::kill mysqli::multi_query » PHP Manual mysqli マルチクエリからの結果がまだ残っているかど ... esults ( mysqli $mysql ): bool 直前の mysqli_multi_query() のコール結果に ひとつ以上の結果セットが残っている ... す mysqli オブジェクト。 戻り値 直近の mysqli_multi_query() の呼び出しで (エラーを含めて) 1 件以上の結果セッ ... それ以外の場合に false を返します。 例 mysqli_multi_query() を参照ください。 参考 mysqli_multi_query() - デー ... 以上のクエリを実行する mysqli_next_result() - multi_query の、次の結果を準備する mysqli_store_result() - 直近 ...
https://man.plustar.jp/php/mysqli.more-results.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT