検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 555 for query (0.009 sec.)
Returns if a field will only be highlighted if the query matched in this particu... 4555
« SolrQuery::getHighlightRegexSlop SolrQuery::getHighlightSimplePost » PHP Manual SolrQuery Retu ... rns if a field will only be highlighted if the query matched in this particular field SolrQuery::getHig ... hlightRequireFieldMatch (PECL solr >= 0.9.2) SolrQuery::getHighlightRequireFieldMatch — Returns if a fiel ... d will only be highlighted if the query matched in this particular field 説明 public SolrQ ... Returns if a field will only be highlighted if the query matched in this particular field. パラメータ この関 ...
https://man.plustar.jp/php/solrquery.gethighlightrequirefieldmatch.html - [similar]
mysqli クラス 4532
« The MySQLi Extension Function Summary mysqli::$affected_rows » PHP Manual MySQLi mysqli クラス ... ): bool public more_results (): bool public multi_query ( string $query ): bool public next_result (): boo ... econds = 0 ): int | false public prepare ( string $query ): mysqli_stmt | false public query ( string $quer ... cape_string ( string $string ): string public real_query ( string $query ): bool public reap_async_query () ... の結果がまだ残っているかどうかを調べる mysqli::multi_query — データベース上でひとつ以上のクエリを実行する mys ...
https://man.plustar.jp/php/class.mysqli.html - [similar]
Request Injection Attacks 4509
« Security Script Injection Attacks » PHP Manual Security Request Injection Attacks Request Inje ... le.com?username=bob . Your application creates the query $q = new \MongoDB\Driver\Query( [ 'username' => $_ ... cally turn into an associative array, turning your query into $q = new \MongoDB\Driver\Query( [ 'username' ... Injection , Request , username , which , attack , Query , Driver , fairly , query ...
https://man.plustar.jp/php/mongodb.security.request_injection.html - [similar]
直前のステートメントの操作での SQLSTATE エラーを返す 4509
« mysqli_stmt::send_long_data mysqli_stmt::store_result » 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.sqlstate.html - [similar]
SQLインジェクション 4509
« ストレージの暗号化 エラーのレポート » PHP Manual データベースのセキュリティ SQLインジェクション ... et = $argv[0]; // 入力チェックが行われていません! $query = "SELECT id, name FROM products ORDER BY name LIM ... IT 20 OFFSET $offset;"; $result = pg_query($conn, $query); 通常のユーザーは、 $offset が URL ... サーバーの)いくつかのパスワード のリストを表示する $query = "SELECT id, name, inserted, size FROM products W ... HERE size = '$size'"; $result = odbc_exec($conn, $query); クエリの静的な部分は、以下のように全てのパスワー ...
https://man.plustar.jp/php/security.database.sql-injection.html - [similar]
Switch QueryParser to be DisMax Query Parser 4509
« SolrDisMaxQuery::setUserFields SolrDisMaxQuery::useEDisMaxQueryParser » PHP Manual SolrDisMaxQuery ... uery Switch QueryParser to be DisMax Query Parser SolrDisMaxQuery::u ... seDisMaxQueryParser (No version information available, might onl ... y be in Git) SolrDisMaxQuery::useDisMaxQueryParser — Switch QueryParser to be D ... isMax Query Parser 説明 public SolrDisMaxQuery::useDisMaxQuery ...
https://man.plustar.jp/php/solrdismaxquery.usedismaxqueryparser.html - [similar]
結果セットの取得を開始する 4464
« mysqli::thread_safe mysqli::$warning_count » PHP Manual mysqli 結果セットの取得を開始する mysq ... li_result | false データベース接続上で mysqli_real_query() 関数を使用して実行した直近のクエリから、結果セッ ... iled: %s\n" , mysqli_connect_error ()); exit(); } $query = "SELECT CURRENT_USER();" ; $query .= "SELECT Nam ... 複数のクエリを実行します */ if ( $mysqli -> multi_query ( $query )) { do { /* 最初の結果セットを取得します ... iled: %s\n" , mysqli_connect_error ()); exit(); } $query = "SELECT CURRENT_USER();" ; $query .= "SELECT Nam ...
https://man.plustar.jp/php/mysqli.use-result.html - [similar]
Saves the RRD database query into image and returns the verbose information abou... 4464
« RRDGraph::save RRDGraph::setOptions » PHP Manual RRDGraph Saves the RRD database query into im ... .0) RRDGraph::saveVerbose — Saves the RRD database query into image and returns the verbose information abo ... raph::saveVerbose (): array Saves the RRD database query into image file defined by method RRDGraph::__cons ... nerated , information , Saves , array , database , query , into , returns , verbose ...
https://man.plustar.jp/php/rrdgraph.saveverbose.html - [similar]
直近のクエリのカラムの数を返す 4441
« mysqli::$error mysqli::get_charset » PHP Manual mysqli 直近のクエリのカラムの数を返す mysqli:: ... , "my_user" , "my_password" , "test" ); $mysqli -> query ( "DROP TABLE IF EXISTS friends" ); $mysqli -> que ... friends (id int, name varchar(20))" ); $mysqli -> query ( "INSERT INTO friends VALUES (1,'Hartmut'), (2, ' ... Ulf')" ); $mysqli -> real_query ( "SELECT * FROM friends" ); if ( $mysqli -> field ... st" , "my_user" , "my_password" , "test" ); mysqli_query ( $link , "DROP TABLE IF EXISTS friends" ); mysqli ...
https://man.plustar.jp/php/mysqli.field-count.html - [similar]
準備されたクエリを実行する 4425
« ibase_errmsg ibase_fetch_assoc » PHP Manual Firebird/InterBase 関数 準備されたクエリを実行する ... れたクエリを実行する 説明 ibase_execute ( resource $query , mixed ...$values ): resource ibase_prepare() で準 ... じクエリを 複数回実行する場合には、この関数は ibase_query() を使用するよりもずっと効率的です。 パラメータ qu ... ray( 1 => 'Eric' , 5 => 'Filip' , 7 => 'Larry' ); $query = ibase_prepare ( $dbh , "UPDATE FOO SET BAR = ? W ... ch ( $updates as $baz => $bar ) { ibase_execute ( $query , $bar , $baz ); } ?> 参考 ibase_query() - InterBa ...
https://man.plustar.jp/php/function.ibase-execute.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT