検索

phrase: max: clip:
target: order:
Results of 341 - 350 of about 532 for execute (0.024 sec.)
プリペアドステートメントから結果セットのメタデータを返す 3368
« mysqli_stmt::reset mysqli_stmt::send_long_data » PHP Manual mysqli_stmt プリペアドステートメン ... epare ( "SELECT id, name FROM friends" ); $stmt -> execute (); /* メタデータの結果セットを取得します */ $resu ... nk , "SELECT id, name FROM friends" ); mysqli_stmt_execute ( $stmt ); /* メタデータの結果セットを取得します * ...
https://man.plustar.jp/php/mysqli-stmt.result-metadata.html - [similar]
直前のステートメントの操作での SQLSTATE エラーを返す 3368
« mysqli_stmt::send_long_data mysqli_stmt::store_result » PHP Manual mysqli_stmt 直前のステートメ ... LE myCountry" ); /* クエリを実行します */ $stmt -> execute (); printf ( "Error: %s.\n" , $stmt -> sqlstate ); ... myCountry" ); /* クエリを実行します */ mysqli_stmt_execute ( $stmt ); printf ( "Error: %s.\n" , mysqli_stmt_s ...
https://man.plustar.jp/php/mysqli-stmt.sqlstate.html - [similar]
トランザクションを開始する 3368
« mysqli::autocommit mysqli::change_user » PHP Manual mysqli トランザクションを開始する mysqli:: ... s' , $language_code , $native_speakers ); $stmt -> execute (); /* If code reaches this point without errors t ... , $language_code , $native_speakers ); mysqli_stmt_execute ( $stmt ); /* If code reaches this point without e ...
https://man.plustar.jp/php/mysqli.begin-transaction.html - [similar]
Shutdown the worker 3368
« Worker::isShutdown Worker::stack » PHP Manual Worker Shutdown the worker Worker::shutdown (PEC ... php $my = new Worker (); $my -> start (); /* stack/execute tasks */ var_dump ( $my -> shutdown ()); 上の例の出 ...
https://man.plustar.jp/php/worker.shutdown.html - [similar]
MySQL 改良版拡張モジュール 3337
« 文字セット はじめに » PHP Manual MySQL MySQL 改良版拡張モジュール MySQL 改良版拡張モジュール は ... テートメントのエラー内容を文字列で返す mysqli_stmt::execute — プリペアドステートメントを実行する mysqli_stmt:: ... ng — mysqli_real_escape_string のエイリアス mysqli_execute — mysqli_stmt_execute のエイリアス mysqli_get_clie ...
https://man.plustar.jp/php/book.mysqli.html - [similar]
mysqli_stmt クラス 3337
« mysqli::$warning_count mysqli_stmt::$affected_rows » PHP Manual MySQLi mysqli_stmt クラス mysq ... bool public data_seek ( int $offset ): void public execute ( ? array $params = null ): bool public fetch (): ... テートメントのエラー内容を文字列で返す mysqli_stmt::execute — プリペアドステートメントを実行する mysqli_stmt:: ...
https://man.plustar.jp/php/class.mysqli-stmt.html - [similar]
Yaf_Controller_Abstract クラス 3337
« Yaf_Config_Simple::valid Yaf_Controller_Abstract::__construct » PHP Manual Yaf Yaf_Controller_ ... 、Yaf はアクションのメソッド ( Yaf_Action_Abstract::execute() を参照ください) にそれを渡します。 注意 : これら ... this method as the entry point */ public function execute () { } } ?> _module モジュール名 _name コントローラ ...
https://man.plustar.jp/php/class.yaf-controller-abstract.html - [similar]
リソース型 3337
« 実行時設定 定義済み定数 » PHP Manual インストール/設定 リソース型 リソース型 There are four re ... identifier returned by cubrid_prepare() and cubrid_execute() . LOB identifier A LOB identifier returned by cu ...
https://man.plustar.jp/php/cubrid.resources.html - [similar]
Prepare a query for later binding of parameter placeholders and execution 3337
« ibase_pconnect ibase_query » PHP Manual Firebird/InterBase 関数 Prepare a query for later bind ... of parameter placeholders and execution (via ibase_execute() ). パラメータ query An InterBase query. link_ide ...
https://man.plustar.jp/php/function.ibase-prepare.html - [similar]
値の保存可能な表現を生成する 3337
« print_r settype » PHP Manual 変数操作 関数 値の保存可能な表現を生成する serialize (PHP 4, PHP ... _data ), $_SERVER [ 'PHP_AUTH_USER' ]); if (! odbc_execute ( $stmt , $sqldata )) { $stmt = odbc_prepare ( $co ... TO sessions (id, data) VALUES(?, ?)" ); if (! odbc_execute ( $stmt , array_reverse ( $sqldata ))) { /* 何か問 ...
https://man.plustar.jp/php/function.serialize.html - [similar]