検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 357 for fetch (0.034 sec.)
PHP 変数を SQL 文のパラメータにバインドする 3808
« db2_autocommit db2_client_info » PHP Manual IBM DB2 関数 PHP 変数を SQL 文のパラメータにバイン ... ; if ( db2_execute ( $stmt )) { while ( $row = db2_fetch_array ( $stmt )) { print " { $row [ 0 ]} , { $row ... ght } \n\n" ; print "結果:\n" ; while ( $row = db2_fetch_array ( $stmt )) { print " { $row [ 0 ]} , { $row ...
https://man.plustar.jp/php/function.db2-bind-param.html - [similar]
フィールドに関する情報を得る 3808
« ibase_fetch_row ibase_free_event_handler » PHP Manual Firebird/InterBase 関数 フィールドに関す ...
https://man.plustar.jp/php/function.ibase-field-info.html - [similar]
Retrieves metadata for the fields of a statement prepared by sqlsrv_prepare or s... 3808
« sqlsrv_fetch sqlsrv_free_stmt » PHP Manual SQLSRV 関数 Retrieves metadata for the fields of a ...
https://man.plustar.jp/php/function.sqlsrv-field-metadata.html - [similar]
リモートサーバー上でコマンドを実行する 3808
« ssh2_disconnect ssh2_fetch_stream » PHP Manual SSH2 関数 リモートサーバー上でコマンドを実行する ...
https://man.plustar.jp/php/function.ssh2-exec.html - [similar]
指定したサーバーから複数のアイテムを削除する 3808
« Memcached::deleteMulti Memcached::fetch » PHP Manual Memcached 指定したサーバーから複数のアイテ ...
https://man.plustar.jp/php/memcached.deletemultibykey.html - [similar]
指定したサーバーに複数のアイテムを要求する 3808
« Memcached::getDelayed Memcached::getMulti » PHP Manual Memcached 指定したサーバーに複数のアイテ ... getDelayed() - 複数のアイテムを要求する Memcached::fetch() - 次の結果を取得する Memcached::fetchAll() - 残り ...
https://man.plustar.jp/php/memcached.getdelayedbykey.html - [similar]
MySQL 拡張モジュールの概要を示す例 3808
« 例 MySQL 関数 » PHP Manual 例 MySQL 拡張モジュールの概要を示す例 MySQL 拡張モジュールの概要を示 ... を出力する echo "<table>\n" ; while ( $line = mysql_fetch_array ( $result , MYSQL_ASSOC )) { echo "\t<tr>\n" ...
https://man.plustar.jp/php/mysql.examples-basic.html - [similar]
mysqlndプラグインの開発をはじめよう 3808
« mysqlnd のプラグインAPI OCI8 » PHP Manual MySQL Native Driver プラグインAPI mysqlndプラグインの ... status ret = FAIL; zval * global_user_conn_proxy = fetch_userspace_proxy(); if (global_user_conn_proxy) { / ... st, &host_len) == FAILURE) { RETURN_NULL(); } ZEND_FETCH_RESOURCE(conn, MYSQLND* conn, &mysqlnd_rsrc, -1, " ...
https://man.plustar.jp/php/mysqlnd.plugin.developing.html - [similar]
APC User Cache 3790
« PHP の振る舞いの変更 はじめに » PHP Manual PHP の振る舞いの変更 APC User Cache APC User Cache ... u_exists — エントリが存在するかどうかを調べる apcu_fetch — 格納されている変数をキャッシュから取得する apcu_ ...
https://man.plustar.jp/php/book.apcu.html - [similar]
基本的な例 3790
« 例 DBA 関数 » PHP Manual 例 基本的な例 基本的な例 例1 DBA の例 <?php $id = dba_open ( "/tmp/te ... $id ); if ( dba_exists ( "key" , $id )) { echo dba_fetch ( "key" , $id ); dba_delete ( "key" , $id ); } dba ...
https://man.plustar.jp/php/dba.example.html - [similar]