検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 165 for stmt (0.015 sec.)
データベースハンドラにおける直近の操作に関連する拡張エラー情報を取得する 4778
« PDO::errorCode PDO::exec » PHP Manual PDO データベースハンドラにおける直近の操作に関連する拡張 ... エラーを発生させる -- 無効な SQL シンタックス */ $stmt = $dbh -> prepare ( 'bogus sql' ); if (! $stmt ) { ...
https://man.plustar.jp/php/pdo.errorinfo.html - [similar]
MySQL ドライバおよびプラグイン 4778
« Class Tree MySQL 用 PHP ドライバの概要 » PHP Manual ベンダー固有のモジュール MySQL ドライバおよ ... ion Function Summary mysqli — mysqli クラス mysqli_stmt — mysqli_stmt クラス mysqli_result — mysqli_result ...
https://man.plustar.jp/php/set.mysqlinfo.html - [similar]
Get result of next query when executing multiple SQL statements 4756
« cubrid_move_cursor cubrid_num_cols » PHP Manual CUBRID 関数 Get result of next query when exec ... t ( "127.0.0.1" , 33000 , "demodb" , "dba" ); $sql_stmt = "SELECT * FROM code; SELECT * FROM history WHERE ... code=20281" ; $res = cubrid_execute ( $conn , $sql_stmt , CUBRID_EXEC_QUERY_ALL ); get_result_info ( $res ...
https://man.plustar.jp/php/function.cubrid-next-result.html - [similar]
データベースへの接続をオープンする 4756
« ibase_commit ibase_db_info » PHP Manual Firebird/InterBase 関数 データベースへの接続をオープン ... ibase_connect ( $host , $username , $password ); $stmt = 'SELECT * FROM tblname' ; $sth = ibase_query ( $ ... dbh , $stmt ); while ( $row = ibase_fetch_object ( $sth )) { e ...
https://man.plustar.jp/php/function.ibase-connect.html - [similar]
新しいラージオブジェクトを作成する 4756
« PDO::pgsqlGetPid PDO::pgsqlLOBOpen » PHP Manual PostgreSQL (PDO) 新しいラージオブジェクトを作成 ... cal , $stream ); $local = null ; $stream = null ; $stmt = $db -> prepare ( "INSERT INTO BLOBS (ident, oid) ... VALUES (?, ?)" ); $stmt -> execute (array( $some_id , $oid )); $db -> comm ...
https://man.plustar.jp/php/pdo.pgsqllobcreate.html - [similar]
Returns the value of the specified configuration setting 4733
« sqlsrv_free_stmt sqlsrv_get_field » PHP Manual SQLSRV 関数 Returns the value of the specified ...
https://man.plustar.jp/php/function.sqlsrv-get-config.html - [similar]
新機能 4721
« PHP 8.0.x から PHP 8.1.x への移行 新しいクラスとインターフェイス » PHP Manual PHP 8.0.x から P ... が許可されるからです。 実行時に引数をバインド mysqli_stmt::execute() に配列を指定することで、引数をバインドで ... てコンパイルしている場合には利用できません。 <?php $stmt = $mysqli -> prepare ( 'INSERT INTO users(id, name ... ) VALUES(?,?)' ); $stmt -> execute ([ 1 , $username ]); ?> 新しいメソッド ...
https://man.plustar.jp/php/migration81.new-features.html - [similar]
結果の任意の行にポインタを移動する 4721
« mysqli_result::$current_field mysqli_result::fetch_all » PHP Manual mysqli_result 結果の任意の ... li_store_result() 、 mysqli_use_result() 、 mysqli_stmt_get_result() が返す mysqli_result オブジェクト。 o ... mysqli_store_result() 、 mysqli_query() 、 mysqli_stmt_get_result() によって取得した、 バッファリングされ ...
https://man.plustar.jp/php/mysqli-result.data-seek.html - [similar]
定義済み定数 4721
« mysqli 拡張モジュールでの持続的接続 ノート » PHP Manual MySQLi 定義済み定数 定義済み定数 以下の ... YPE_READ_ONLY MYSQLI_CURSOR_TYPE_SCROLLABLE MYSQLI_STMT_ATTR_CURSOR_TYPE MYSQLI_STMT_ATTR_PREFETCH_ROWS MY ... SQLI_STMT_ATTR_UPDATE_MAX_LENGTH MYSQLI_SET_CHARSET_NAME MYS ...
https://man.plustar.jp/php/mysqli.constants.html - [similar]
エイリアスおよび非推奨の Mysqli 関数 4721
« mysqli_sql_exception::getSqlState mysqli_connect » PHP Manual MySQLi エイリアスおよび非推奨の ... escape_string のエイリアス mysqli_execute — mysqli_stmt_execute のエイリアス mysqli_get_client_stats — プロ ...
https://man.plustar.jp/php/ref.mysqli.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT