検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 51 for City (0.012 sec.)
プリペアドステートメントから結果を取得し、バインド変数に格納する 6564
« mysqli_stmt::execute mysqli_stmt::$field_count » PHP Manual mysqli_stmt プリペアドステートメン ... exit(); } $query = "SELECT Name, CountryCode FROM City ORDER by ID DESC LIMIT 150,5" ; if ( $stmt = $mysq ... exit(); } $query = "SELECT Name, CountryCode FROM City ORDER by ID DESC LIMIT 150,5" ; if ( $stmt = mysql ...
https://man.plustar.jp/php/mysqli-stmt.fetch.html - [similar]
結果セットの取得を開始する 6564
« mysqli::thread_safe mysqli::$warning_count » PHP Manual mysqli 結果セットの取得を開始する mysq ... ECT CURRENT_USER();" ; $query .= "SELECT Name FROM City ORDER BY ID LIMIT 20, 5" ; /* 複数のクエリを実行し ... ECT CURRENT_USER();" ; $query .= "SELECT Name FROM City ORDER BY ID LIMIT 20, 5" ; /* 複数のクエリを実行し ...
https://man.plustar.jp/php/mysqli.use-result.html - [similar]
バッファクエリと非バッファクエリ 6564
« コンセプト 文字セット » PHP Manual コンセプト バッファクエリと非バッファクエリ バッファクエリと ... ); $uresult = $mysqli -> query ( "SELECT Name FROM City" , MYSQLI_USE_RESULT ); if ( $uresult ) { while ( ... se ); $uresult = $pdo -> query ( "SELECT Name FROM City" ); if ( $uresult ) { while ( $row = $uresult -> f ...
https://man.plustar.jp/php/mysqlinfo.concepts.buffering.html - [similar]
ILL リクエストパッケージを関して Z39.50 Item Order を準備する 6489
« yaz_hits yaz_present » PHP Manual YAZ 関数 ILL リクエストパッケージを関して Z39.50 Item Order ... ss,post-office-box delivery-address,postal-address,city delivery-address,postal-address,region delivery-ad ... ess,post-office-box billing-address,postal-address,city billing-address,postal-address,region billing-addr ...
https://man.plustar.jp/php/function.yaz-itemorder.html - [similar]
要件 6414
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 この拡張モジュール ... は、Free GeoIP Country データベースあるいは GeoLite City データベースにしかアクセスできません。 しかし、それ ...
https://man.plustar.jp/php/geoip.requirements.html - [similar]
結果セットの次の行を連想配列・数値添字配列あるいはその両方の形式で取得する 6414
« mysqli_result::fetch_all mysqli_result::fetch_assoc » PHP Manual mysqli_result 結果セットの次の ... "world" ); $query = "SELECT Name, CountryCode FROM City ORDER BY ID LIMIT 3" ; $result = $mysqli -> query ... "world" ); $query = "SELECT Name, CountryCode FROM City ORDER by ID LIMIT 3" ; $result = mysqli_query ( $m ...
https://man.plustar.jp/php/mysqli-result.fetch-array.html - [similar]
結果セットの次の行を取得し、オブジェクトとして返す 6414
« mysqli_result::fetch_fields mysqli_result::fetch_row » PHP Manual mysqli_result 結果セットの次 ... "world" ); $query = "SELECT Name, CountryCode FROM City ORDER BY ID DESC" ; $result = $mysqli -> query ( $ ... "world" ); $query = "SELECT Name, CountryCode FROM City ORDER BY ID DESC" ; $result = mysqli_query ( $link ...
https://man.plustar.jp/php/mysqli-result.fetch-object.html - [similar]
データベース上でひとつ以上のクエリを実行する 6339
« mysqli::more_results mysqli::next_result » PHP Manual mysqli データベース上でひとつ以上のクエリ ... ECT CURRENT_USER();" ; $query .= "SELECT Name FROM City ORDER BY ID LIMIT 20, 5" ; /* 複数のクエリを実行し ... ECT CURRENT_USER();" ; $query .= "SELECT Name FROM City ORDER BY ID LIMIT 20, 5" ; /* 複数のクエリを実行し ...
https://man.plustar.jp/php/mysqli.multi-query.html - [similar]
6204
« 定義済み定数 OCI8 接続のハンドリングおよびプーリング » PHP Manual OCI8 例 例 これらの例では HR ... RSOR AS rc SYS_REFCURSOR; BEGIN OPEN rc FOR SELECT city FROM locations WHERE ROWNUM < p1; RETURN rc; END; ... ( $rc , OCI_ASSOC ))) { echo " <td>" . $rc_row [ 'CITY' ] . "</td>\n" ; } oci_free_statement ( $rc ); ech ...
https://man.plustar.jp/php/oci8.examples.html - [similar]
mysqli_result オブジェクトを構築する 6129
« mysqli_result mysqli_result::$current_field » PHP Manual mysqli_result mysqli_result オブジェク ... t set */ $mysqli -> real_query ( "SELECT Name FROM City LIMIT 10" ); $result = new mysqli_result ( $mysqli ...
https://man.plustar.jp/php/mysqli-result.construct.html - [similar]
PREV 1 2 3 4 5 6 NEXT