検索

phrase: max: clip:
target: order:
Results of 351 - 360 of about 532 for execute (0.598 sec.)
プリペアドステートメントから結果を mysqli_result オブジェクトとして取得する 3337
« mysqli_stmt::free_result mysqli_stmt::get_warnings » PHP Manual mysqli_stmt プリペアドステート ... oreach ( $continentList as $continent ) { $stmt -> execute (); $result = $stmt -> get_result (); while ( $row ... ach ( $continentList as $continent ) { mysqli_stmt_execute ( $stmt ); $result = mysqli_stmt_get_result ( $stm ...
https://man.plustar.jp/php/mysqli-stmt.get-result.html - [similar]
SQL プリペアドコマンドを出力する 3337
« PDOStatement::columnCount PDOStatement::errorCode » PHP Manual PDOStatement SQL プリペアドコマ ... lour' , $colour , PDO :: PARAM_STR , 12 ); $sth -> execute (); $sth -> debugDumpParams (); ?> 上の例の出力は以 ... dValue ( 2 , $colour , PDO :: PARAM_STR ); $sth -> execute (); $sth -> debugDumpParams (); ?> 上の例の出力は以 ...
https://man.plustar.jp/php/pdostatement.debugdumpparams.html - [similar]
Synchronization 3337
« Threaded::shift Threaded::wait » PHP Manual Threaded Synchronization Threaded::synchronized (P ... ronized ( Closure $block , mixed ...$args ): mixed Executes the block while retaining the referenced objects ... ling context パラメータ block The block of code to execute args Variable length list of arguments to use as f ...
https://man.plustar.jp/php/threaded.synchronized.html - [similar]
CUBRID 3298
« ベンダー固有のモジュール はじめに » PHP Manual ベンダー固有のモジュール CUBRID CUBRID はじめに ... r message for the most recent function call cubrid_executeExecute a prepared SQL statement cubrid_fetch — ...
https://man.plustar.jp/php/book.cubrid.html - [similar]
The Threaded class 3298
« 定義済み定数 Threaded::chunk » PHP Manual pthreads The Threaded class The Threaded class (PECL ... aded objects form the basis of pthreads ability to execute user code in parallel; they expose synchronization ...
https://man.plustar.jp/php/class.threaded.html - [similar]
Close the request handle 3298
« cubrid_bind cubrid_close_request » PHP Manual CUBRID 関数 Close the request handle cubrid_clos ... ) { echo "connected successfully" ; $req = cubrid_execute ( $con , "select * from members" , CUBRID_INCLUDE_ ...
https://man.plustar.jp/php/function.cubrid-close-prepare.html - [similar]
Close the request handle 3298
« cubrid_close_prepare cubrid_col_get » PHP Manual CUBRID 関数 Close the request handle cubrid_c ... ) { echo "connected successfully" ; $req = cubrid_execute ( $con , "select * from members" , CUBRID_INCLUDE_ ...
https://man.plustar.jp/php/function.cubrid-close-request.html - [similar]
プリペアドクエリのパラメータ数を返す 3298
« ibase_num_fields ibase_param_info » PHP Manual Firebird/InterBase 関数 プリペアドクエリのパラメ ... プリペアドクエリのパラメータの数を返します。 ibase_execute() をコールする際に、 この数と同じだけのバインド引数 ...
https://man.plustar.jp/php/function.ibase-num-params.html - [similar]
プリペアドステートメントの変数をパラメータとしてバインドする 3298
« Mysql_xdevapi 関数 getSession » PHP Manual Mysql_xdevapi 関数 プリペアドステートメントの変数を ... e > 30" )-> fields ( $expression )-> limit ( 3 )-> execute (); $data = $res -> fetchAll (); print_r ( $data ) ...
https://man.plustar.jp/php/function.mysql-xdevapi-expression.html - [similar]
Indicates whether the specified statement has rows 3298
« sqlsrv_get_field sqlsrv_next_result » PHP Manual SQLSRV 関数 Indicates whether the specified s ... ment resource returned by sqlsrv_query() or sqlsrv_execute() . 戻り値 Returns true if the specified statement ... rows in a result set sqlsrv_query() - Prepares and executes a query 関連キーワード: rows , sqlsrv , specified ...
https://man.plustar.jp/php/function.sqlsrv-has-rows.html - [similar]