検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 176 for res (0.010 sec.)
直近の SQL ステートメントによって作用した行数を返す 5069
« PDOStatement::nextRowset PDOStatement::setAttribute » PHP Manual PDOStatement 直近の SQL ステー ... の場合はあらゆる場合に "0" (ゼロ) を返します。 PostgreSQL ドライバの場合は ステートメント属性 PDO::ATTR_CU ... ELECT COUNT(*) FROM fruit WHERE calories > 100" ; $res = $conn -> query ( $sql ); $count = $res -> fetchC ...
https://man.plustar.jp/php/pdostatement.rowcount.html - [similar]
プリペアドステートメントを実行する 5013
« db2_exec db2_fetch_array » PHP Manual IBM DB2 関数 プリペアドステートメントを実行する db2_exec ... リペアドステートメントを実行する 説明 db2_execute ( resource $stmt , array $parameters = ? ): bool db2_exe ... 使用して 結果セットポインタを次の行に移動させ、 db2_result() で行の内容をその都度取得することも可能です。 ... = db2_prepare ( $conn , $insert ); if ( $stmt ) { $result = db2_execute ( $stmt , $pet ); if ( $result ) ... された値が反映されています。 <?php $num_pets = 0 ; $res = db2_prepare ( $conn , "CALL count_my_pets(?)" ); ...
https://man.plustar.jp/php/function.db2-execute.html - [similar]
テーブルに配列を挿入する 5013
« pg_host pg_last_error » PHP Manual PostgreSQL 関数 テーブルに配列を挿入する pg_insert (PHP 4 > ... ray $values , int $flags = PGSQL_DML_EXEC ): PgSql\Result | string | bool pg_insert() は、 table_name で指 ... 列を返します。 変更履歴 バージョン 説明 8.1.0 PgSql\Result クラスのインスタンスを返すようになりました。 こ ... 全ての値がエスケープされるからです。 // しかし、PostgreSQL は JSON/Array をサポートしています。これらの型に ... クエリや、プリペアドクエリでも安全ではありません。 $res = pg_insert ( $dbconn , 'post_log' , $_POST , PG_D ...
https://man.plustar.jp/php/function.pg-insert.html - [similar]
MySQL Native Driverプラグイン のアーキテクチャ 5013
« mysqlnd plugin APIを取得する mysqlnd のプラグインAPI » PHP Manual MySQL Native Driver プラグイ ... cs.c データベース接続 mysqlnd.c 結果セット mysqlnd_result.c 結果セットのメタデータ mysqlnd_result_meta.c ... tion (MYSQLND) MINIT No mysqlnd_conn_get_methods() Resultset (MYSQLND_RES) MINIT (モジュール初期化) 時 ま ... たはその後 Yes mysqlnd_result_get_methods() または、オブジェクトのメソッド関数 ... テーブルを変更する Resultset Meta (MYSQLND_RES_METADATA) MINIT (モジュール ...
https://man.plustar.jp/php/mysqlnd.plugin.architecture.html - [similar]
パラメータを変数にバインドする 5013
« SQLite3Stmt SQLite3Stmt::bindValue » PHP Manual SQLite3Stmt パラメータを変数にバインドする SQL ... 3Stmt::execute() をはじめて呼んだ後に SQLite3Stmt::reset() を呼び出さなければなりませんでした。 SQLite3St ... mt::reset() が呼び出されなかった場合、 SQLite3Stmt::bindPa ... t -> execute (); $bar = 42 ; $stmt -> execute (); $res = $db -> query ( "SELECT * FROM foo" ); while (( $ ... row = $res -> fetchArray ( SQLITE3_ASSOC ))) { var_dump ( $ro ...
https://man.plustar.jp/php/sqlite3stmt.bindparam.html - [similar]
課金用の Radius ハンドルを作成する 4902
« Radius 関数 radius_add_server » PHP Manual Radius 関数 課金用の Radius ハンドルを作成する radi ... adius ハンドルを作成する 説明 radius_acct_open (): resource パラメータ この関数にはパラメータはありません ... 場合のみです。 例 例1 radius_acct_open() の例 <?php $res = radius_acct_open () or die ( "ハンドルを作成でき ...
https://man.plustar.jp/php/function.radius-acct-open.html - [similar]
document にパッチを当てる 4902
« CollectionModify::limit CollectionModify::replace » PHP Manual mysql_xdevapi\CollectionModify ... ysql_xdevapi\CollectionModify::patch() の例 <?php $res = $coll -> modify ( '"Programmatore" IN job' )-> p ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.patch.html - [similar]
削除操作を実行する 4902
« CollectionRemove::__construct CollectionRemove::limit » PHP Manual mysql_xdevapi\CollectionRem ... devapi\CollectionRemove::execute (): mysql_xdevapi\Result クライアントがサーバに CRUD 操作のリクエストを送 ... ラメータ この関数にはパラメータはありません。 戻り値 Result オブジェクトを返します。 例 例1 mysql_xdevapi\C ... ollectionRemove::execute() の例 <?php $res = $coll -> remove ( 'true' )-> sort ( 'age desc' ) ... 実行 , CollectionRemove , execute , xdevapi , 関数 , Result , パラメータ , 記述 ...
https://man.plustar.jp/php/mysql-xdevapi-collectionremove.execute.html - [similar]
削除するドキュメントの数を限定する 4902
« CollectionRemove::execute CollectionRemove::sort » PHP Manual mysql_xdevapi\CollectionRemove 削 ... l_xdevapi\CollectionRemove::limit() example <?php $res = $coll -> remove ( 'job in (\'Barista\', \'Progra ...
https://man.plustar.jp/php/mysql-xdevapi-collectionremove.limit.html - [similar]
スキップする操作の数 4902
« mysql_xdevapi\CrudOperationSkippable mysql_xdevapi\CrudOperationSortable » PHP Manual mysql_xd ... xdevapi\CrudOperationSkippable::skip() の例 <?php $res = $coll -> find ( 'job like \'Programmatore\'' )-> ...
https://man.plustar.jp/php/mysql-xdevapi-crudoperationskippable.skip.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT