検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 246 for where (0.031 sec.)
結果セットポインタを次の行あるいは要求された行に設定する 4384
« db2_fetch_object db2_field_display_size » PHP Manual IBM DB2 関数 結果セットポインタを次の行あ ... ます。 <?php $sql = 'SELECT name, breed FROM animals WHERE weight < ?' ; $stmt = db2_prepare ( $conn , $sql ) ...
https://man.plustar.jp/php/function.db2-fetch-row.html - [similar]
接続リソースあるいはステートメントリソースのオプションを設定する 4384
« db2_server_info db2_special_columns » PHP Manual IBM DB2 関数 接続リソースあるいはステートメン ... mt = db2_prepare ( $conn , 'SELECT * FROM EMPLOYEE WHERE EMPNO = ? OR EMPNO = ?' ); /* 正しいリソースとオプ ... $stmt = db2_prepare ( $conn , 'select * from names where first = ?' ); $name = "first2" ; db2_bind_param ( ...
https://man.plustar.jp/php/function.db2-set-option.html - [similar]
指定したパラメータを用いてプリペアドステートメントを実行するリクエストを 送信し... 4384
« pg_escape_string pg_fetch_all_columns » PHP Manual PostgreSQL 関数 指定したパラメータを用いてプ ... pare ( $dbconn , "my_query" , 'SELECT * FROM shops WHERE name = $1' ); // プリペアドクエリの実行。文字列 "J ...
https://man.plustar.jp/php/function.pg-execute.html - [similar]
指定したパラメータでプリペアドステートメントを作成するリクエストを 送信し、その... 4384
« pg_port pg_put_line » PHP Manual PostgreSQL 関数 指定したパラメータでプリペアドステートメントを ... pare ( $dbconn , "my_query" , 'SELECT * FROM shops WHERE name = $1' ); // プリペアドクエリを実行する。文字列 ...
https://man.plustar.jp/php/function.pg-prepare.html - [similar]
指定したパラメータでプリペアドステートメントを作成するリクエストを 送信し、その... 4384
« pg_send_execute pg_send_query_params » PHP Manual PostgreSQL 関数 指定したパラメータでプリペア ... pare ( $dbconn , "my_query" , 'SELECT * FROM shops WHERE name = $1' ); $res1 = pg_get_result ( $dbconn ); } ...
https://man.plustar.jp/php/function.pg-send-prepare.html - [similar]
値の保存可能な表現を生成する 4384
« print_r settype » PHP Manual 変数操作 関数 値の保存可能な表現を生成する serialize (PHP 4, PHP ... bc_prepare ( $conn , "UPDATE sessions SET data = ? WHERE id = ?" ); $sqldata = array ( serialize ( $session ...
https://man.plustar.jp/php/function.serialize.html - [similar]
サンプル 4384
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... rBy の例 Example#1707 - mysql_xdevapi\TableDelete::where の例 Example#1708 - mysql_xdevapi\TableInsert::__c ... rBy の例 Example#1721 - mysql_xdevapi\TableSelect::where の例 Example#1722 - mysql_xdevapi\TableUpdate::bin ... set の例 Example#1728 - mysql_xdevapi\TableUpdate::where の例 Example#1729 - mysql_xdevapi\Warning::__const ... - バインド変数を用いた挿入 Example#1788 - クエリの WHERE 句でのバインド Example#1789 - CLOB カラムにデータを ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
Apache 2.x (Microsoft Windows 用) 4384
« Microsoft Windows のコマンドラインでの PHP Windows 上での PHP のトラブルシューティング » PHP M ... 設定 LoadModule fcgid_module modules/mod_fcgid.so # Where is your php.ini file? FcgidInitialEnv PHPRC "c:/ph ...
https://man.plustar.jp/php/install.windows.apache2.html - [similar]
Create a new ReadPreference 4384
« MongoDB\Driver\ReadPreference::bsonSerialize MongoDB\Driver\ReadPreference::getHedge » PHP Man ... will not consider a secondary's lag when choosing where to direct a read operation. This option is not com ...
https://man.plustar.jp/php/mongodb-driver-readpreference.construct.html - [similar]
ラージオブジェクト (LOB) 4384
« エラーおよびエラー処理 PDO » PHP Manual PDO ラージオブジェクト (LOB) ラージオブジェクト (LOB) ... epare ( "select contenttype, imagedata from images where id=?" ); $stmt -> execute (array( $_GET [ 'id' ])) ...
https://man.plustar.jp/php/pdo.lobs.html - [similar]