検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 555 for query (0.014 sec.)
CUBRID MySQL 互換関数 3860
« cubrid_version cubrid_affected_rows » PHP Manual CUBRID CUBRID MySQL 互換関数 CUBRID MySQL 互換 ... tion or reconnect if there is no connection cubrid_query — Send a CUBRID query cubrid_real_escape_string — ... specific field in a specific row cubrid_unbuffered_query — Perform a query without fetching the results int ...
https://man.plustar.jp/php/cubridmysql.cubrid.html - [similar]
結果インスタンスから値を返す 3860
« pg_fetch_object pg_fetch_row » PHP Manual PostgreSQL 関数 結果インスタンスから値を返す pg_fetc ... g_result() という名前でした。 パラメータ result pg_query() 、 pg_query_params() や (様々な関数がありますが、 ... ect ( "dbname=users user=me" ) || die(); $res = pg_query ( $db , "SELECT 1 UNION ALL SELECT 2" ); $val = pg ... ります。 First field in the second row is: 2 参考 pg_query() - クエリを実行する pg_fetch_array() - 行を配列と ... , 値 , row , PgSql , Result , 取得 , フィールド , query ...
https://man.plustar.jp/php/function.pg-fetch-result.html - [similar]
Opens a connection to a Microsoft SQL Server database 3860
« sqlsrv_configure sqlsrv_errors » PHP Manual SQLSRV 関数 Opens a connection to a Microsoft SQL ... abase on an open connection, execute the following query "USE dbName" (e.g. sqlsrv_query($conn, "USE dbName ... n about the last SQLSRV operation performed sqlsrv_query() - Prepares and executes a query 関連キーワード: ... e , SQLSRV , array , using , To , Authentication , query , information ...
https://man.plustar.jp/php/function.sqlsrv-connect.html - [similar]
Retrieves the number of rows in a result set 3860
« sqlsrv_num_fields sqlsrv_prepare » PHP Manual SQLSRV 関数 Retrieves the number of rows in a re ... or keyset cursor. For more information, see sqlsrv_query() , sqlsrv_prepare() , or » Specifying a Cursor Ty ... or keyset cursor. For more information, see sqlsrv_query() , sqlsrv_prepare() , or » Specifying a Cursor Ty ... ollable" => SQLSRV_CURSOR_KEYSET ); $stmt = sqlsrv_query ( $conn , $sql , $params , $options ); $row_count ... ows modified by the last INSERT, UPDATE, or DELETE query executed 関連キーワード: rows , sqlsrv , Retrieves ...
https://man.plustar.jp/php/function.sqlsrv-num-rows.html - [similar]
プリペアドステートメントから結果セットのメタデータを返す 3860
« mysqli_stmt::reset mysqli_stmt::send_long_data » PHP Manual mysqli_stmt プリペアドステートメン ... , "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, ' ... st" , "my_user" , "my_password" , "test" ); mysqli_query ( $link , "DROP TABLE IF EXISTS friends" ); mysqli ... _query ( $link , "CREATE TABLE friends (id int, name varc ...
https://man.plustar.jp/php/mysqli-stmt.result-metadata.html - [similar]
サーバーとの接続状況を調べ、接続されていない場合は再接続する 3837
« mysql_pconnect mysql_query » PHP Manual MySQL 関数 サーバーとの接続状況を調べ、接続されていない ... 非常に時間がかかるものと仮定する */ $result = mysql_query ( $sql ); if (! $result ) { echo 'Query #1 failed, ... ( $conn )) { echo 'Lost connection, exiting after query #1' ; exit; } mysql_free_result ( $result ); /* 接 ... られたので、別のクエリを実行する */ $result2 = mysql_query ( $sql2 ); ?> 参考 mysql_thread_id() - カレントのス ...
https://man.plustar.jp/php/function.mysql-ping.html - [similar]
直近の行のオブジェクト ID を返す 3837
« pg_last_notice pg_lo_close » PHP Manual PostgreSQL 関数 直近の行のオブジェクト ID を返す pg_la ... astoid() と呼ばれていました。 パラメータ result pg_query() 、 pg_query_params() や (様々な関数がありますが、 ... t=localhost" ); // サンプルのテーブルを作ります pg_query ( "CREATE TABLE test (a INTEGER) WITH OIDS" ); // ... データを追加します $res = pg_query ( "INSERT INTO test VALUES (1)" ); $oid = pg_last_ ... oid ( $res ); ?> 参考 pg_query() - クエリを実行する pg_result_status() - クエリ結 ...
https://man.plustar.jp/php/function.pg-last-oid.html - [similar]
結果セットのフィールド情報をオブジェクトの配列で返す 3837
« mysqli_result::fetch_field mysqli_result::fetch_object » PHP Manual mysqli_result 結果セットの ... で返します。 パラメータ result 手続き型のみ: mysqli_query() 、 mysqli_store_result() 、 mysqli_use_result() ... 響を及ぼします $mysqli -> set_charset ( $charset ); $query = "SELECT actor_id, last_name from actor ORDER BY ... ===================\n" ; if ( $result = $mysqli -> query ( $query )) { /* すべてのカラムのフィールド情報を取 ... 及ぼします mysqli_set_charset ( $link , $charset ); $query = "SELECT actor_id, last_name from actor ORDER BY ...
https://man.plustar.jp/php/mysqli-result.fetch-fields.html - [similar]
Sets the expand.q parameter 3837
« SolrQuery::setExpand SolrQuery::setExpandRows » PHP Manual SolrQuery Sets the expand.q paramet ... er SolrQuery::setExpandQuery (PECL solr >= 2.2.0) SolrQuery::se ... tExpandQuery — Sets the expand.q parameter 説明 public SolrQuer ... y::setExpandQuery ( string $q ): SolrQuery Sets the expand.q paramet ... include in the main group. パラメータ q 戻り値 SolrQuery 参考 SolrQuery::setExpand() - Enables/Disables the ...
https://man.plustar.jp/php/solrquery.setexpandquery.html - [similar]
クエリを実行し、単一の結果を返す 3837
« SQLite3::query SQLite3::setAuthorizer » PHP Manual SQLite3 クエリを実行し、単一の結果を返す SQ ... Lite3::querySingle (PHP 5 >= 5.3.0, PHP 7, PHP 8) SQLite3::quer ... エリを実行し、単一の結果を返す 説明 public SQLite3::querySingle ( string $query , bool $entireRow = false ): ... クエリを実行し、単一の結果を返します。 パラメータ query 実行したい SQL クエリ。 entireRow デフォルトでは、 ... querySingle() はクエリが返す結果の最初のカラムの値を返し ...
https://man.plustar.jp/php/sqlite3.querysingle.html - [similar]