検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 51 for city (0.007 sec.)
定義済み定数 7283
« リソース型 GeoIP 関数 » PHP Manual GeoIP 定義済み定数 定義済み定数 以下の定数が定義されています ... ON ( int ) GEOIP_REGION_EDITION_REV0 ( int ) GEOIP_CITY_EDITION_REV0 ( int ) GEOIP_ORG_EDITION ( int ) GEO ... IP_ISP_EDITION ( int ) GEOIP_CITY_EDITION_REV1 ( int ) GEOIP_REGION_EDITION_REV1 ( i ...
https://man.plustar.jp/php/geoip.constants.html - [similar]
PHP の変数を、クエリで取得するカラムに関連づける 7208
« oci_connect oci_error » PHP Manual OCI8 関数 PHP の変数を、クエリで取得するカラムに関連づける ... S ), E_USER_ERROR ); } $sql = 'SELECT location_id, city FROM locations WHERE location_id < 1200' ; $stid = ... TION_ID' , $locid ); oci_define_by_name ( $stid , 'CITY' , $city ); oci_execute ( $stid ); // フェッチする ... ci_fetch ( $stid )) { echo "Location id $locid is $city <br>\n" ; } // 表示: // Location id 1000 is Roma / ...
https://man.plustar.jp/php/function.oci-define-by-name.html - [similar]
プリペアドステートメントを実行する 7208
« mysqli_stmt::$error mysqli_stmt::fetch » PHP Manual mysqli_stmt プリペアドステートメントを実行 ... d" ); $mysqli -> query ( "CREATE TEMPORARY TABLE myCity LIKE City" ); /* insert 文を準備します */ $stmt = ... $mysqli -> prepare ( "INSERT INTO myCity (Name, CountryCode, District) VALUES (?,?,?)" ); / ... /* SQL文を実行します */ $stmt -> execute (); /* myCity テーブルから全ての行を取得します */ $query = "SELE ... CT Name, CountryCode, District FROM myCity" ; $result = $mysqli -> query ( $query ); while ( ...
https://man.plustar.jp/php/mysqli-stmt.execute.html - [similar]
YAML ストリームをパースする 7133
« yaml_parse_url Yaf » PHP Manual Yaml 関数 YAML ストリームをパースする yaml_parse (PECL yaml >= ... mars address: lines: |- 458 Walkman Dr. Suite #292 city: Royal Oak state: MI postal: 48046 ship-to: *id001 ... ines"]=> string(34) "458 Walkman Dr. Suite #292" ["city"]=> string(9) "Royal Oak" ["state"]=> string(2) "M ... ines"]=> string(34) "458 Walkman Dr. Suite #292" ["city"]=> string(9) "Royal Oak" ["state"]=> string(2) "M ...
https://man.plustar.jp/php/function.yaml-parse.html - [similar]
Deserialization from BSON 7058
« Serialization to BSON Security » PHP Manual Persisting Data Deserialization from BSON Deserial ... an "addresses" array to an Address class and each "city" field within those embedded address documents to ... a City class: [ 'fieldPaths' => [ 'addresses.$' => 'MyPro ... ject\Address', 'addresses.$.city' => 'MyProject\City', ], ] Each of those three dat ...
https://man.plustar.jp/php/mongodb.persistence.deserialization.html - [similar]
mysqli のエラー報告モードを設定する 6999
« mysqli_driver::embedded_server_start mysqli_warning » PHP Manual mysqli_driver mysqli のエラー ... 。*/ $result = $mysqli -> query ( "SELECT Name FROM City WHERE population > 50000" ); } catch ( mysqli_sql_ ... $result = mysqli_query ( $link , "SELECT Name FROM City WHERE population > 50000" ); } catch ( mysqli_sql_ ... */ $result = $mysqli -> query ( "SELECT Name FROM City WHERE population > 50000" ); } catch ( mysqli_sql_ ...
https://man.plustar.jp/php/mysqli-driver.report-mode.html - [similar]
結果セットの次の行を連想配列で取得する 6924
« mysqli_result::fetch_array mysqli_result::fetch_column » 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 ... "world" ); $query = 'SELECT Name, CountryCode FROM City ORDER BY ID DESC' ; // イテレータを使う場合 $resul ...
https://man.plustar.jp/php/mysqli-result.fetch-assoc.html - [similar]
結果セットのフィールド数を取得する 6924
« mysqli_result::fetch_row mysqli_result::field_seek » PHP Manual mysqli_result 結果セットのフィ ... ELECT Name, CountryCode, District, Population FROM City ORDER BY ID LIMIT 1" ); /* 結果セットのフィールド数 ... ELECT Name, CountryCode, District, Population FROM City ORDER BY ID LIMIT 1" ); /* 結果セットのフィールド数 ...
https://man.plustar.jp/php/mysqli-result.field-count.html - [similar]
サーバーに MySQL スレッドの停止を問い合わせる 6774
« mysqli::$insert_id mysqli::more_results » PHP Manual mysqli サーバーに MySQL スレッドの停止を問 ... なります */ 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.kill.html - [similar]
フェッチした行からフィールドの値を取得する 6699
« oci_register_taf_callback oci_rollback » PHP Manual OCI8 関数 フェッチした行からフィールドの値 ... S ), E_USER_ERROR ); } $sql = 'SELECT location_id, city FROM locations WHERE location_id < 1200' ; $stid = ... CATION_ID' ) . " is " ; echo oci_result ( $stid , 'CITY' ) . "<br>\n" ; } // 表示: // 1000 is Roma // 1100 ...
https://man.plustar.jp/php/function.oci-result.html - [similar]
PREV 1 2 3 4 5 6 NEXT