検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 555 for query (0.018 sec.)
トランザクションを開始する 3562
« mysqli::autocommit mysqli::change_user » PHP Manual mysqli トランザクションを開始する mysqli:: ... e engine has to support transactions */ $mysqli -> query ( "CREATE TABLE IF NOT EXISTS language ( Code text ... tion (); try { /* Insert some values */ $mysqli -> query ( "INSERT INTO language(Code, Speakers) VALUES ('D ... table engine has to support transactions */ mysqli_query ( $mysqli , "CREATE TABLE IF NOT EXISTS language ( ... ( $mysqli ); try { /* Insert some values */ mysqli_query ( $mysqli , "INSERT INTO language(Code, Speakers) ...
https://man.plustar.jp/php/mysqli.begin-transaction.html - [similar]
最初の MySQL API 3539
« Warning::__construct はじめに » PHP Manual MySQL 最初の MySQL API 最初の MySQL API はじめに イ ... のコール結果からデータベース名を取得する 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/book.mysql.html - [similar]
リソース型 3539
« 実行時設定 定義済み定数 » PHP Manual インストール/設定 リソース型 リソース型 There are four re ... cond is the a resource which holds the result of a query, and the last two a resource which holds the query ...
https://man.plustar.jp/php/cubrid.resources.html - [similar]
結果における各出力の長さを得る 3539
« mysql_fetch_field mysql_fetch_object » PHP Manual MySQL 関数 結果における各出力の長さを得る my ... esult 評価された結果 リソース 。この結果は、 mysql_query() のコールにより得られたものです。 戻り値 成功した ... 1 mysql_fetch_lengths() の例 <?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_as ...
https://man.plustar.jp/php/function.mysql-fetch-lengths.html - [similar]
指定されたフィールドのフィールド番号を返す 3539
« pg_field_name pg_field_prtlen » PHP Manual PostgreSQL 関数 指定されたフィールドのフィールド番号 ... eldnum() と呼ばれていました。 パラメータ result pg_query() 、 pg_query_params() や (様々な関数がありますが、 ... lisher" ) or die( "Could not connect" ); $res = pg_query ( $dbconn , "select author, year, title from autho ...
https://man.plustar.jp/php/function.pg-field-num.html - [similar]
フィールド番号に対応する型名を返す 3539
« pg_field_type_oid pg_flush » PHP Manual PostgreSQL 関数 フィールド番号に対応する型名を返す pg_ ... ldtype() と呼ばれていました。 パラメータ result pg_query() 、 pg_query_params() や (様々な関数がありますが、 ... t" ); // 'title' は varchar 型と仮定する $res = pg_query ( $dbconn , "select title from authors where autho ...
https://man.plustar.jp/php/function.pg-field-type.html - [similar]
結果インスタンスの内部行オフセットを設定する 3539
« pg_result_error pg_result_status » PHP Manual PostgreSQL 関数 結果インスタンスの内部行オフセッ ... された offset にセットします。 パラメータ result pg_query() 、 pg_query_params() や (様々な関数がありますが、 ... ame=publisher" ); // クエリを実行する $result = pg_query ( $conn , "SELECT author, email FROM authors" ); / ...
https://man.plustar.jp/php/function.pg-result-seek.html - [similar]
Returns error and warning information about the last SQLSRV operation performed 3539
« sqlsrv_connect sqlsrv_execute » PHP Manual SQLSRV 関数 Returns error and warning information a ... print_r ( sqlsrv_errors (), true )); } /* Set up a query to select an invalid column name. */ $sql = "SELEC ... BadColumnName FROM Table_1" ; /* Execution of the query will fail because of the bad column name. */ $stmt ... = sqlsrv_query ( $conn , $sql ); if( $stmt === false ) { if( ( $e ...
https://man.plustar.jp/php/function.sqlsrv-errors.html - [similar]
変更された関数 3539
« PHP 5.6.x で推奨されなくなる機能 新しい関数 » PHP Manual PHP 5.5.x から PHP 5.6.x への移行 変更 ... pg_send_execute() 、 pg_send_prepare() 、 pg_send_query() 、 pg_send_query_params() が、 データベース接続に ... , XMLReader , send , crypto , ストリーム , type , query , crypt ...
https://man.plustar.jp/php/migration56.changed-functions.html - [similar]
Checks if the cursor is exhausted or may have additional results 3539
« MongoDB\Driver\Cursor::getServer MongoDB\Driver\Cursor::key » PHP Manual MongoDB\Driver\Cursor ... Driver \ Manager ( "mongodb://localhost:27017" ); $query = new MongoDB \ Driver \ Query ([]); $bulk = new M ... ollection' , $bulk ); $cursor = $manager -> executeQuery ( 'db.collection' , $query ); $iterator = new Iter ...
https://man.plustar.jp/php/mongodb-driver-cursor.isdead.html - [similar]