検索

phrase: max: clip:
target: order:
Results of 511 - 520 of about 532 for execute (1.422 sec.)
結果セット内の行を表す、 カラム位置およびカラム名の両方をインデックスとする配列... 3104
« db2_fetch_assoc db2_fetch_object » PHP Manual IBM DB2 関数 結果セット内の行を表す、 カラム位置 ... stmt = db2_prepare ( $conn , $sql ); $result = db2_execute ( $stmt ); while ( $row = db2_fetch_both ( $stmt ) ...
https://man.plustar.jp/php/function.db2-fetch-both.html - [similar]
結果セットポインタを次の行あるいは要求された行に設定する 3104
« db2_fetch_object db2_field_display_size » PHP Manual IBM DB2 関数 結果セットポインタを次の行あ ... t < ?' ; $stmt = db2_prepare ( $conn , $sql ); db2_execute ( $stmt , array( 10 )); while ( db2_fetch_row ( $s ...
https://man.plustar.jp/php/function.db2-fetch-row.html - [similar]
接続リソースあるいはステートメントリソースのオプションを設定する 3104
« db2_server_info db2_special_columns » PHP Manual IBM DB2 関数 接続リソースあるいはステートメン ... set_option ( $stmt , $options , 2 ); $result = db2_execute ( $stmt , array( '000130' , '000140' )); /* スクロ ... db2_set_option ( $stmt , $options , 0 ); if ( db2_execute ( $stmt )) { while ( $row = db2_fetch_array ( $stm ...
https://man.plustar.jp/php/function.db2-set-option.html - [similar]
プロセスごとのクライアントの統計を返す 3104
« mysqli_execute mysqli_get_links_stats » PHP Manual エイリアスおよび非推奨の Mysqli 関数 プロセ ... ts] => 0 [flushed_ps_sets] => 0 [ps_prepared_never_executed] => 0 [ps_prepared_once_executed] => 0 [rows_fetc ...
https://man.plustar.jp/php/function.mysqli-get-client-stats.html - [similar]
行を配列として取得する 3104
« pg_fetch_all pg_fetch_assoc » PHP Manual PostgreSQL 関数 行を配列として取得する pg_fetch_array ... uery_params() や (様々な関数がありますが、特に) pg_execute() が返した PgSql\Result クラスのインスタンス。 row ...
https://man.plustar.jp/php/function.pg-fetch-array.html - [similar]
Add a background task to be run in parallel 3104
« GearmanClient::addTask GearmanClient::addTaskHigh » PHP Manual GearmanClient Add a background ... sk and a normal task. The client adds two tasks to execute the same function, but one is added with addTaskBa ...
https://man.plustar.jp/php/gearmanclient.addtaskbackground.html - [similar]
Unix システムへのインストール 3104
« インストールにあたっての一般的な注意事項 Apache 2.x (Unixシステム用) » PHP Manual インストール ... しれません。 これは PaX MPROTECT とか W^X (Write XOR Execute) 防御と呼ばれています。 しかしながら、この手のメモ ...
https://man.plustar.jp/php/install.unix.html - [similar]
OCI8 高速アプリケーション通知 (FAN) サポート 3104
« OCI8 接続のハンドリングおよびプーリング OCI8 Transparent Application Failover (TAF) Support » ... を使用します。 たとえば下記のように使用します。 SQL> execute dbms_service.modify_service( SERVICE_NAME => 'sale ...
https://man.plustar.jp/php/oci8.fan.html - [similar]
クエリ用の文字列をクオートする 3104
« PDO::query PDO::rollBack » PHP Manual PDO クエリ用の文字列をクオートする PDO::quote (PHP 5 >= ... 行する準備を行い、文オブジェクトを返す PDOStatement::execute() - プリペアドステートメントを実行する 関連キーワー ...
https://man.plustar.jp/php/pdo.quote.html - [similar]
IBM DB2 関数 3104
« 定義済み定数 db2_autocommit » PHP Manual IBM DB2 IBM DB2 関数 IBM DB2 関数 目次 db2_autocommit ... をエスケープする db2_exec — SQL 文を直接実行する db2_execute — プリペアドステートメントを実行する db2_fetch_arr ...
https://man.plustar.jp/php/ref.ibm-db2.html - [similar]