検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 51 for City (0.007 sec.)
コマンドとパラメータを分割してサーバーに送信し、その結果を待たない 6699
« pg_send_prepare pg_send_query » PHP Manual PostgreSQL 関数 コマンドとパラメータを分割してサーバ ... ms ( $dbconn , 'select count(*) from authors where city = $1' , array( 'Perth' )); // 基本的な pg_send_que ... ry ( $dbconn , "select count(*) from authors where city = ' ${ str } '" ); ?> 参考 pg_send_query() - 非同期 ...
https://man.plustar.jp/php/function.pg-send-query-params.html - [similar]
サーバから取得した結果セットの行数を返す 6699
« mysqli_stmt::next_result mysqli_stmt::$param_count » PHP Manual mysqli_stmt サーバから取得した ... "world" ); $query = "SELECT Name, CountryCode FROM City ORDER BY Name LIMIT 20" ; $stmt = $mysqli -> prepa ... "world" ); $query = "SELECT Name, CountryCode FROM City ORDER BY Name LIMIT 20" ; $stmt = mysqli_prepare ( ...
https://man.plustar.jp/php/mysqli-stmt.num-rows.html - [similar]
内部バッファに結果を保存する 6699
« mysqli_stmt::$sqlstate mysqli_result » PHP Manual mysqli_stmt 内部バッファに結果を保存する mys ... "world" ); $query = "SELECT Name, CountryCode FROM City ORDER BY Name LIMIT 20" ; $stmt = $mysqli -> prepa ... "world" ); $query = "SELECT Name, CountryCode FROM City ORDER BY Name LIMIT 20" ; $stmt = mysqli_prepare ( ...
https://man.plustar.jp/php/mysqli-stmt.store-result.html - [similar]
事前にオープンしているデータベース接続を閉じる 6699
« mysqli::character_set_name mysqli::commit » PHP Manual mysqli 事前にオープンしているデータベー ... $mysqli -> query ( "SELECT Name, CountryCode FROM City ORDER BY ID LIMIT 3" ); /* 不要になったらすぐに、接 ... i_query ( $mysqli , "SELECT Name, CountryCode FROM City ORDER BY ID LIMIT 3" ); /* 不要になったらすぐに、接 ...
https://man.plustar.jp/php/mysqli.close.html - [similar]
現在の接続のスレッド ID を返す 6699
« mysqli::store_result mysqli::thread_safe » PHP Manual mysqli 現在の接続のスレッド ID を返す my ... なります */ if (! $mysqli -> query ( "CREATE TABLE myCity LIKE City" )) { printf ( "Error: %s\n" , $mysqli - ... ます */ if (! mysqli_query ( $link , "CREATE TABLE myCity LIKE City" )) { printf ( "Error: %s\n" , mysqli_er ...
https://man.plustar.jp/php/mysqli.thread-id.html - [similar]
指定した接続の直近のクエリから発生した警告の数を返す 6699
« mysqli::use_result mysqli_stmt » PHP Manual mysqli 指定した接続の直近のクエリから発生した警告の ... ()); exit(); } $mysqli -> query ( "CREATE TABLE myCity LIKE City" ); /* ウェールズの珍しい地名です */ $qu ... ery = "INSERT INTO myCity (CountryCode, Name) VALUES('GBR', 'Llanfairpwllgwy ... ; exit(); } mysqli_query ( $link , "CREATE TABLE myCity LIKE City" ); /* ウェールズの珍しい地名です */ $qu ... ery = "INSERT INTO myCity (CountryCode, Name) VALUES('GBR', 'Llanfairpwllgwy ...
https://man.plustar.jp/php/mysqli.warning-count.html - [similar]
結果のすべての行を連想配列・数値添字配列あるいはその両方の形式で取得する 6639
« mysqli_result::data_seek mysqli_result::fetch_array » PHP Manual mysqli_result 結果のすべての行 ... $mysqli -> query ( "SELECT Name, CountryCode FROM City ORDER BY ID LIMIT 3" ); $rows = $result -> fetch_a ... i_query ( $mysqli , "SELECT Name, CountryCode FROM City ORDER BY ID LIMIT 3" ); $rows = mysqli_fetch_all ( ...
https://man.plustar.jp/php/mysqli-result.fetch-all.html - [similar]
結果セットの次の行から、単一のカラムの値を取得する 6639
« mysqli_result::fetch_assoc mysqli_result::fetch_field_direct » PHP Manual mysqli_result 結果セ ... "world" ); $query = "SELECT CountryCode, Name FROM City ORDER BY ID DESC LIMIT 5" ; $result = $mysqli -> q ... "world" ); $query = "SELECT CountryCode, Name FROM City ORDER BY ID DESC LIMIT 5" ; $result = mysqli_query ...
https://man.plustar.jp/php/mysqli-result.fetch-column.html - [similar]
結果セットの次の行を数値添字配列で取得する 6639
« mysqli_result::fetch_object mysqli_result::$field_count » 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 ( $mysq ...
https://man.plustar.jp/php/mysqli-result.fetch-row.html - [similar]
直近のクエリの AUTO_INCREMENT カラムで生成した値を返す 6639
« mysqli::init mysqli::kill » PHP Manual mysqli 直近のクエリの AUTO_INCREMENT カラムで生成した値 ... d" , "world" ); $mysqli -> query ( "CREATE TABLE myCity LIKE City" ); $query = "INSERT INTO myCity VALUES ... /* drop table */ $mysqli -> query ( "DROP TABLE myCity" ); 手続き型 <?php mysqli_report ( MYSQLI_REPORT_E ... "world" ); mysqli_query ( $link , "CREATE TABLE myCity LIKE City" ); $query = "INSERT INTO myCity VALUES ... drop table */ mysqli_query ( $link , "DROP TABLE myCity" ); 上の例の出力は以下となります。 New record has ...
https://man.plustar.jp/php/mysqli.insert-id.html - [similar]
PREV 1 2 3 4 5 6 NEXT