検索

phrase: max: clip:
target: order:
Results of 281 - 290 of about 555 for query (0.019 sec.)
プリペアドステートメントから結果を mysqli_result オブジェクトとして取得する 3539
« mysqli_stmt::free_result mysqli_stmt::get_warnings » PHP Manual mysqli_stmt プリペアドステート ... calhost" , "my_user" , "my_password" , "world" ); $query = "SELECT Name, Population, Continent FROM Country ... R BY Name LIMIT 1" ; $stmt = $mysqli -> prepare ( $query ); $stmt -> bind_param ( "s" , $continent ); $cont ... calhost" , "my_user" , "my_password" , "world" ); $query = "SELECT Name, Population, Continent FROM Country ... Name LIMIT 1" ; $stmt = mysqli_prepare ( $link , $query ); mysqli_stmt_bind_param ( $stmt , "s" , $contine ...
https://man.plustar.jp/php/mysqli-stmt.get-result.html - [similar]
Removes an expand sort field from the expand.sort parameter 3539
« SolrQuery::removeExpandFilterQuery SolrQuery::removeFacetDateField » PHP Manual SolrQuery Remo ... pand sort field from the expand.sort parameter SolrQuery::removeExpandSortField (PECL solr >= 2.2.0) SolrQu ... eld from the expand.sort parameter 説明 public SolrQuery::removeExpandSortField ( string $field ): SolrQuer ... parameter. パラメータ field field name 戻り値 SolrQuery 参考 SolrQuery::setExpand() - Enables/Disables the ... Expand Component SolrQuery::addExpandSortField() - Orders the documents withi ...
https://man.plustar.jp/php/solrquery.removeexpandsortfield.html - [similar]
PostgreSQL 3516
« ociwritetemporarylob はじめに » PHP Manual ベンダー固有のモジュール PostgreSQL PostgreSQL はじ ... s — 変更されたレコード(タプル)の数を返す pg_cancel_query — 非同期クエリを取り消す pg_client_encoding — クラ ... 終わる文字列を PostgreSQL バックエンドに送信する pg_query_params — SQL コマンドとパラメータを分割してサーバー ... へ送信し、その結果を待つ pg_query — クエリを実行する pg_result_error_field — エラー報 ... するリクエストを 送信し、その結果を待たない pg_send_query_params — コマンドとパラメータを分割してサーバーに送 ...
https://man.plustar.jp/php/book.pgsql.html - [similar]
一番最近の操作で変更された行の数を得る 3516
« MySQL 関数 mysql_client_encoding » PHP Manual MySQL 関数 一番最近の操作で変更された行の数を得る ... 、削除されたレコードの正しい数をかえずはず */ mysql_query ( 'DELETE FROM mytable WHERE id < 10' ); printf ( ... ない where 条件なので、結果は 0 となるはず */ mysql_query ( 'DELETE FROM mytable WHERE 0' ); printf ( "Recor ... l_select_db ( 'mydb' ); /* レコードの更新 */ mysql_query ( "UPDATE mytable SET used=1 WHERE id < 10" ); pri ... ed records: %d\n" , mysql_affected_rows ()); mysql_query ( "COMMIT" ); ?> 上の例の出力は、 たとえば以下のよ ...
https://man.plustar.jp/php/function.mysql-affected-rows.html - [similar]
結果を添字配列として取得する 3516
« mysql_fetch_object mysql_field_flags » PHP Manual MySQL 関数 結果を添字配列として取得する mysq ... esult 評価された結果 リソース 。この結果は、 mysql_query() のコールにより得られたものです。 戻り値 取得され ... l_fetch_row() で行を取得する <?php $result = mysql_query ( "SELECT id,email FROM people WHERE id = '42'" ); ... if (! $result ) { echo 'Could not run query: ' . mysql_error (); exit; } $row = mysql_fetch_ro ...
https://man.plustar.jp/php/function.mysql-fetch-row.html - [similar]
MySQL データベースを選択する 3516
« mysql_result mysql_set_charset » PHP Manual MySQL 関数 MySQL データベースを選択する mysql_sele ... ータベースに設定します。それ以降にコールされる mysql_query() は、すべてアクティブなデータベース上で 実行されま ... MySQL サーバーへの持続的な接続をオープンする mysql_query() - MySQL クエリを送信する 関連キーワード: データベ ... ース , 選択 , リンク , オープン , 接続 , サーバー , query , database , 推奨 , 確立 ...
https://man.plustar.jp/php/function.mysql-select-db.html - [similar]
フィールドが SQL の NULL かどうか調べる 3516
« pg_fetch_row pg_field_name » PHP Manual PostgreSQL 関数 フィールドが SQL の NULL かどうか調べる ... isnull() と呼ばれていました。 パラメータ result pg_query() 、 pg_query_params() や (様々な関数がありますが、 ... isher" ) or die ( "Could not connect" ); $res = pg_query ( $dbconn , "select * from authors where author = ...
https://man.plustar.jp/php/function.pg-field-is-null.html - [similar]
フィールドの名前を返す 3516
« pg_field_is_null pg_field_num » PHP Manual PostgreSQL 関数 フィールドの名前を返す pg_field_nam ... ldname() と呼ばれていました。 パラメータ result pg_query() 、 pg_query_params() や (様々な関数がありますが、 ... lisher" ) or die( "Could not connect" ); $res = pg_query ( $dbconn , "select * from authors where author = ...
https://man.plustar.jp/php/function.pg-field-name.html - [similar]
フィールド番号に対応する型 ID(OID)を返す 3516
« pg_field_table pg_field_type » PHP Manual PostgreSQL 関数 フィールド番号に対応する型 ID(OID) ... なっている型の OID を返します。 パラメータ result pg_query() 、 pg_query_params() や (様々な関数がありますが、 ... // 'title' は varchar 型であると仮定する $res = pg_query ( $dbconn , "select title from authors where autho ...
https://man.plustar.jp/php/function.pg-field-type-oid.html - [similar]
MySQL 関数 3516
« MySQL 拡張モジュールの概要を示す例 mysql_affected_rows » PHP Manual MySQL (最初の API) MySQL 関 ... のコール結果からデータベース名を取得する mysql_db_query — データベースを選択し、そこでクエリーを実行する m ... のエラーメッセージを返す mysql_escape_string — mysql_query で使用するために文字列をエスケープする mysql_fetch ... 続状況を調べ、接続されていない場合は再接続する mysql_query — MySQL クエリを送信する mysql_real_escape_string ... id — カレントのスレッド ID を返す mysql_unbuffered_query — MySQL に SQL クエリを送信するが、結果に対してのフ ...
https://man.plustar.jp/php/ref.mysql.html - [similar]