検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 52 for country (0.005 sec.)
結果セットの次のフィールドを返す 6900
« mysqli_result::fetch_field_direct mysqli_result::fetch_fields » PHP Manual mysqli_result 結果セ ... exit(); } $query = "SELECT Name, SurfaceArea from Country ORDER BY Code LIMIT 5" ; if ( $result = $mysqli -> ... exit(); } $query = "SELECT Name, SurfaceArea from Country ORDER BY Code LIMIT 5" ; if ( $result = mysqli_que ... > 上の例の出力は以下となります。 Name: Name Table: Country max. Len: 11 Flags: 1 Type: 254 Name: SurfaceArea ... Table: Country max. Len: 10 Flags: 32769 Type: 4 参考 mysqli_num_ ...
https://man.plustar.jp/php/mysqli-result.fetch-field.html - [similar]
Oracle Database の暗黙の結果セットを持つ親ステートメント・リソースから次の子ステ... 6855
« oci_free_statement oci_lob_copy » PHP Manual OCI8 関数 Oracle Database の暗黙の結果セットを持つ ... ty; DBMS_SQL.RETURN_RESULT(c1); OPEN c1 FOR SELECT country_id FROM locations WHERE ROWNUM < 4 ORDER BY city; ... ty; DBMS_SQL.RETURN_RESULT(c1); OPEN c1 FOR SELECT country_id FROM locations WHERE ROWNUM < 4 ORDER BY city; ... "]=> // string(6) "190518" // } // array(1) { // ["COUNTRY_ID"]=> // string(2) "CN" // } // array(2) { // ["C ... DE"]=> // string(4) "3095" // } // array(1) { // ["COUNTRY_ID"]=> // string(2) "CH" // } oci_free_statement ( ...
https://man.plustar.jp/php/function.oci-get-implicit-resultset.html - [similar]
GeoIP データベースのカスタムディレクトリを設定する 6720
« geoip_region_name_by_code geoip_time_zone_by_country_and_region » PHP Manual GeoIP 関数 GeoIP ... ome/other/path' ); print geoip_db_filename ( GEOIP_COUNTRY_EDITION ); ?> 上の例の出力は以下となります。 /some ...
https://man.plustar.jp/php/function.geoip-setup-custom-directory.html - [similar]
結果ポインタを、指定したフィールドオフセットに設定する 6720
« mysqli_result::$field_count mysqli_result::free » PHP Manual mysqli_result 結果ポインタを、指定 ... exit(); } $query = "SELECT Name, SurfaceArea from Country ORDER BY Code LIMIT 5" ; if ( $result = $mysqli -> ... exit(); } $query = "SELECT Name, SurfaceArea from Country ORDER BY Code LIMIT 5" ; if ( $result = mysqli_que ... 例の出力は以下となります。 Name: SurfaceArea Table: Country max. Len: 10 Flags: 32769 Type: 4 参考 mysqli_fetc ...
https://man.plustar.jp/php/mysqli-result.field-seek.html - [similar]
GeoIP データベースが使用可能かどうかを調べる 6631
« geoip_database_info geoip_db_filename » PHP Manual GeoIP 関数 GeoIP データベースが使用可能かど ... 字列で出力します。 <?php if ( geoip_db_avail ( GEOIP_COUNTRY_EDITION )) print geoip_database_info ( GEOIP_COUNT ...
https://man.plustar.jp/php/function.geoip-db-avail.html - [similar]
単一のフィールドのメタデータを取得する 6631
« mysqli_result::fetch_column mysqli_result::fetch_field » PHP Manual mysqli_result 単一のフィー ... exit(); } $query = "SELECT Name, SurfaceArea from Country ORDER BY Name LIMIT 5" ; if ( $result = $mysqli -> ... exit(); } $query = "SELECT Name, SurfaceArea from Country ORDER BY Name LIMIT 5" ; if ( $result = mysqli_que ... 例の出力は以下となります。 Name: SurfaceArea Table: Country max. Len: 10 Flags: 32769 Type: 4 参考 mysqli_num_ ...
https://man.plustar.jp/php/mysqli-result.fetch-field-direct.html - [similar]
DateTimeZone クラス 6556
« DateTime::__wakeup DateTimeZone::__construct » PHP Manual Date/Time DateTimeZone クラス DateTi ... 047 ; const int ALL_WITH_BC = 4095 ; const int PER_COUNTRY = 4096 ; /* メソッド */ public __construct ( strin ... int $timezoneGroup = DateTimeZone::ALL , ? string $countryCode = null ): array } 定義済み定数 DateTimeZone::A ... つものを含むすべてのタイムゾーン。 DateTimeZone::PER_COUNTRY 国ごとのタイムゾーン。 目次 DateTimeZone::__constr ...
https://man.plustar.jp/php/class.datetimezone.html - [similar]
指定したステートメントのカラム数を返す 6556
« mysqli_stmt::fetch mysqli_stmt::free_result » PHP Manual mysqli_stmt 指定したステートメントのカ ... ' ; $stmt = $mysqli -> prepare ( "SELECT Name FROM Country WHERE Code=?" ); $stmt -> bind_param ( 's' , $code ... tmt = mysqli_prepare ( $mysqli , "SELECT Name FROM Country WHERE Code=?" ); mysqli_stmt_bind_param ( $stmt , ...
https://man.plustar.jp/php/mysqli-stmt.field-count.html - [similar]
指定したステートメントのパラメータ数を返す 6556
« mysqli_stmt::$num_rows mysqli_stmt::prepare » PHP Manual mysqli_stmt 指定したステートメントのパ ... f ( $stmt = $mysqli -> prepare ( "SELECT Name FROM Country WHERE Name=? OR Code=?" )) { $marker = $stmt -> pa ... $stmt = mysqli_prepare ( $link , "SELECT Name FROM Country WHERE Name=? OR Code=?" )) { $marker = mysqli_stmt ...
https://man.plustar.jp/php/mysqli-stmt.param-count.html - [similar]
結果セットにおける現在の行のカラムの長さを返す 6422
« mysqli_result::getIterator mysqli_result::$num_rows » PHP Manual mysqli_result 結果セットにおけ ... nnect_error ()); exit(); } $query = "SELECT * from Country ORDER BY Code LIMIT 1" ; if ( $result = $mysqli -> ... nnect_error ()); exit(); } $query = "SELECT * from Country ORDER BY Code LIMIT 1" ; if ( $result = mysqli_que ...
https://man.plustar.jp/php/mysqli-result.lengths.html - [similar]
PREV 1 2 3 4 5 6 NEXT