検索

phrase: max: clip:
target: order:
Results of 401 - 410 of about 790 for result (0.046 sec.)
指定したパラメータでプリペアドステートメントを実行するリクエストを 送信し、その... 3091
« pg_select pg_send_prepare » PHP Manual PostgreSQL 関数 指定したパラメータでプリペアドステートメ ... に 0 を返します。 クエリの結果を確認するには pg_get_result() を使用します。 変更履歴 バージョン 説明 8.1.0 co ... CT * FROM shops WHERE name = $1' ); $res1 = pg_get_result ( $dbconn ); } // プリペアドクエリを実行する。 文字 ... query" , array( "Joe's Widgets" )); $res2 = pg_get_result ( $dbconn ); } // 同じプリペアドクエリを異なるパラ ... rray( "Clothes Clothes Clothes" )); $res3 = pg_get_result ( $dbconn ); } ?> 参考 pg_prepare() - 指定したパラ ...
https://man.plustar.jp/php/function.pg-send-execute.html - [similar]
Gets field data from the currently selected row 3091
« sqlsrv_get_config sqlsrv_has_rows » PHP Manual SQLSRV 関数 Gets field data from the currently ... Make the first (and in this case, only) row of the result set available for reading. if( sqlsrv_fetch ( $stm ... ; ?> 参考 sqlsrv_fetch() - Makes the next row in a result set available for reading sqlsrv_fetch_array() - 行 ... tch_object() - Retrieves the next row of data in a result set as an object 関連キーワード: data , sqlsrv , r ...
https://man.plustar.jp/php/function.sqlsrv-get-field.html - [similar]
基本的な使用法 3091
« 例 LDAP コントロール » PHP Manual 例 基本的な使用法 基本的な使用法 あるディレクトリサーバーから ... ; // 有効な LDAP サーバーに違いない! echo "connect result is " . $ds . "<br />" ; if ( $ds ) { echo "Binding ... は // 読みこみのみのアクセスとなります。 echo "Bind result is " . $r . "<br />" ; echo "Searching for (sn=S*) ... s , "o=My Company, c=US" , "sn=S*" ); echo "Search result is " . $sr . "<br />" ; echo "Number of entries re ...
https://man.plustar.jp/php/ldap.examples-basic.html - [similar]
配列のフィールドに要素を追加する 3091
« mysql_xdevapi\CollectionModify CollectionModify::arrayInsert » PHP Manual mysql_xdevapi\Collec ... ction = $schema -> createCollection ( "people" ); $result = $collection -> add ( '{"name": "Bernie", "traits ... arrayAppend ( 'traits' , 'Happy' ) -> execute (); $result = $collection -> find () -> execute (); print_r ( ... $result -> fetchAll ()); ?> 上の例の出力は、 たとえば以下の ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.arrayappend.html - [similar]
libxml のエラー処理関数によるエラー処理 3091
« collection.xml および collection.xsl ファイルの例 XSLTProcessor » PHP Manual 例 libxml のエラー ... uits.xsl' ); libxml_use_internal_errors ( true ); $result = $xsl -> importStyleSheet ( $xsldoc ); if (! $res ... ; } } libxml_use_internal_errors ( false ); if ( $result ) { echo $xsl -> transformToXML ( $xmldoc ); } ?> ...
https://man.plustar.jp/php/xsl.examples-errors.html - [similar]
リソース型 3071
« 実行時設定 定義済み定数 » PHP Manual インストール/設定 リソース型 リソース型 There are four re ... tion, the second is the a resource which holds the result of a query, and the last two a resource which hold ... s the query results of BLOB/CLOB data types. connection identifier A ... fier returned by cubrid_lob2_new() or get from the result set. 関連キーワード: identifier , cubrid , リソース ...
https://man.plustar.jp/php/cubrid.resources.html - [similar]
Bind variables to a prepared statement as parameters 3071
« CUBRID 関数 cubrid_close_prepare » PHP Manual CUBRID 関数 Bind variables to a prepared stateme ... パラメータ req_identifier Request identifier as a result of cubrid_prepare() . bind_index Location of bindi ... nnect ( "localhost" , 33000 , "demodb" , "dba" ); $result = cubrid_execute ( $conn , "SELECT code FROM event ... l' and gender='M'" ); $row = cubrid_fetch_array ( $result , CUBRID_ASSOC ); $event_code = $row [ "code" ]; c ... ubrid_close_request ( $result ); $game_req = cubrid_prepare ( $conn , "SELECT at ...
https://man.plustar.jp/php/function.cubrid-bind.html - [similar]
結果セット内の行を表す、 カラム位置およびカラム名の両方をインデックスとする配列... 3071
« db2_fetch_assoc db2_fetch_object » PHP Manual IBM DB2 関数 結果セット内の行を表す、 カラム位置 ... BY breed" ; $stmt = db2_prepare ( $conn , $sql ); $result = db2_execute ( $stmt ); while ( $row = db2_fetch_ ... ame, breed, weight FROM animals ORDER BY breed" ; $result = db2_exec ( $stmt , $sql , array( 'cursor' => DB2 ... ABLE )); $i = 2 ; while ( $row = db2_fetch_both ( $result , $i )) { printf ( "%-5d %-16s %-32s %10s\n" , $ro ... トポインタを次の行あるいは要求された行に設定する db2_result() - 結果セットの行からひとつのカラムを返す 関連キー ...
https://man.plustar.jp/php/function.db2-fetch-both.html - [similar]
ホスト名に関連する DNS リソースレコードを取得する 3071
« dns_get_mx fsockopen » PHP Manual ネットワーク 関数 ホスト名に関連する DNS リソースレコードを取 ... 加されました。 例 例1 dns_get_record() の使用 <?php $result = dns_get_record ( "php.net" ); print_r ( $result ... $addtl には追加レコードが それぞれ格納される。 */ $result = dns_get_record ( "php.net" , DNS_ANY , $authns , ... $addtl ); echo "Result = " ; print_r ( $result ); echo "Auth NS = " ; pri ... ?> 上の例の出力は、 たとえば以下のようになります。 Result = Array ( [0] => Array ( [host] => php.net [type] ...
https://man.plustar.jp/php/function.dns-get-record.html - [similar]
リクエストを取り消す 3071
« eio_busy eio_chmod » PHP Manual Eio 関数 リクエストを取り消す eio_cancel (PECL eio >= 0.0.1dev ... 数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければなりません。 da ... ta は、リクエストに渡すカスタムデータです。 result にはリクエスト固有の結果が格納されます。基本的には ... わったら呼ばれます */ function my_nop_cb ( $data , $result ) { echo "my_nop " , $data , "\n" ; } // この eio_ ...
https://man.plustar.jp/php/function.eio-cancel.html - [similar]