検索

phrase: max: clip:
target: order:
Results of 291 - 300 of about 357 for fetch (0.119 sec.)
定義済み定数 3790
« 変更履歴 例 » PHP Manual MySQL (最初の API) 定義済み定数 定義済み定数 以下の定数が定義されてい ... いるのは、バージョン 3.23.x のライブラリです。 mysql_fetch_array() 関数は、結果の配列の形式を 指定するための定 ...
https://man.plustar.jp/php/mysql.constants.html - [similar]
米Yahoo! の位置情報プラットフォーム FireEagle の例 3790
« 例 OAuth 関数 » PHP Manual 例 米Yahoo! の位置情報プラットフォーム FireEagle の例 米Yahoo! の位 ... ON [ 'token' ], $_SESSION [ 'secret' ]); $oauth -> fetch ( " $api_url /user.json" ); $json = json_decode ( ...
https://man.plustar.jp/php/oauth.examples.fireeagle.html - [similar]
OAuth 3763
« ウェブサービス はじめに » PHP Manual ウェブサービス OAuth OAuth はじめに インストール/設定 要件 ... :enableSSLChecks — SSL チェックを有効にする OAuth::fetch — OAuth で保護されたリソースを取得する OAuth::gene ...
https://man.plustar.jp/php/book.oauth.html - [similar]
Secure Shell2 3763
« AddressInfo はじめに » PHP Manual その他のサービス Secure Shell2 Secure Shell2 はじめに インス ... exec — リモートサーバー上でコマンドを実行する ssh2_fetch_stream — 拡張データストリームを取得する ssh2_finge ...
https://man.plustar.jp/php/book.ssh2.html - [similar]
Commit a transaction 3763
« cubrid_column_types cubrid_connect_with_url » PHP Manual CUBRID 関数 Commit a transaction cubr ... ECT * FROM publishers" ); while ( $result = cubrid_fetch_assoc ( $req )) { printf ( "%-3s %-20s %-15s %-3s ...
https://man.plustar.jp/php/function.cubrid-commit.html - [similar]
Move the cursor of a lob object 3763
« cubrid_lob2_read cubrid_lob2_seek » PHP Manual CUBRID 関数 Move the cursor of a lob object cub ... $conn , "select * from test_lob" ); $row = cubrid_fetch_row ( $req , CUBRID_LOB ); $lob = $row [ 1 ]; cubr ...
https://man.plustar.jp/php/function.cubrid-lob2-seek64.html - [similar]
Write to a lob object 3763
« cubrid_lob2_tell cubrid_lock_read » PHP Manual CUBRID 関数 Write to a lob object cubrid_lob2_w ... $conn , "select * from test_lob" ); $row = cubrid_fetch_row ( $req , CUBRID_LOB ); $lob2 = $row [ 1 ]; cub ...
https://man.plustar.jp/php/function.cubrid-lob2-write.html - [similar]
Roll back a transaction 3763
« cubrid_put cubrid_schema » PHP Manual CUBRID 関数 Roll back a transaction cubrid_rollback (PEC ... ECT * FROM publishers" ); while ( $result = cubrid_fetch_assoc ( $req )) { printf ( "%-3s %-20s %-15s %-3s ...
https://man.plustar.jp/php/function.cubrid-rollback.html - [similar]
結果において指定したフィールド名を取得する 3763
« mysql_field_len mysql_field_seek » PHP Manual MySQL 関数 結果において指定したフィールド名を取得 ... い。 この関数の代替として、これらが使えます。 mysqli_fetch_field_direct() [name] あるいは [orgname] PDOStatem ...
https://man.plustar.jp/php/function.mysql-field-name.html - [similar]
結果保持用メモリを開放する 3763
« mysql_field_type mysql_get_client_info » PHP Manual MySQL 関数 結果保持用メモリを開放する mysq ... 、その後結果を利用したものと仮定する */ $row = mysql_fetch_assoc ( $result ); /* 結果を開放し、さらにスクリプ ...
https://man.plustar.jp/php/function.mysql-free-result.html - [similar]