検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 52 for country (0.001 sec.)
name0 が name1 のエイリアスかどうかを調べる 8065
« Gender\Gender::get Gender\Gender::similarNames » PHP Manual Gender\Gender name0 が name1 のエイ ... der::isNick ( string $name0 , string $name1 , int $country = ? ): array name0 が name1 のエイリアスかどうかを ... 。 パラメータ name0 調べる名前。 name1 調べる名前。 country Gender クラスの定数で指定する国 ID。省略した場合は ... ANY_COUNTRY を使います。 戻り値 成功した場合に true を、失敗し ... lse を返します。 関連キーワード: isNick , string , country , 名前 , similarNames , public , int , array , パラ ...
https://man.plustar.jp/php/gender-gender.isnick.html - [similar]
GeoIP 関数 7841
« 定義済み定数 geoip_asnum_by_name » PHP Manual GeoIP GeoIP 関数 GeoIP 関数 目次 geoip_asnum_by_ ... _code_by_name — 二文字の大陸コードを取得する geoip_country_code_by_name — 二文字の国コードを取得する geoip_co ... y_code3_by_name — 三文字の国コードを取得する geoip_country_name_by_name — 完全な国名を取得する geoip_database ... のカスタムディレクトリを設定する geoip_time_zone_by_country_and_region — 国コードと地域コードからタイムゾーンを ... eoip , GeoIP , 取得 , 関数 , データベース , 地域 , country , 情報 , コード , info ...
https://man.plustar.jp/php/ref.geoip.html - [similar]
Geo IP ロケーション 7766
« その他の基本モジュール はじめに » PHP Manual その他の基本モジュール Geo IP ロケーション Geo IP ... _code_by_name — 二文字の大陸コードを取得する geoip_country_code_by_name — 二文字の国コードを取得する geoip_co ... y_code3_by_name — 三文字の国コードを取得する geoip_country_name_by_name — 完全な国名を取得する geoip_database ... のカスタムディレクトリを設定する geoip_time_zone_by_country_and_region — 国コードと地域コードからタイムゾーンを ... 取得 , Geo , ロケーション , GeoIP , データベース , country , 地域 , 設定 , 情報 ...
https://man.plustar.jp/php/book.geoip.html - [similar]
指定したフィールドが含まれるテーブルの名前を取得する 7721
« mysql_field_seek mysql_field_type » PHP Manual MySQL 関数 指定したフィールドが含まれるテーブル ... eld_table() の例 <?php $query = "SELECT account.*, country.* FROM account, country WHERE country.name = 'Port ... ugal' AND account.country_id = country.id" ; // 結果を DB から取得します $re ...
https://man.plustar.jp/php/function.mysql-field-table.html - [similar]
GeoIP データベースの情報を取得する 7631
« geoip_country_name_by_name geoip_db_avail » PHP Manual GeoIP 関数 GeoIP データベースの情報を取 ... る 説明 geoip_database_info ( int $database = GEOIP_COUNTRY_EDITION ): string geoip_database_info() 関数は、 G ... ます。 この関数を引数なしでコールすると、GeoIP Free Country Edition のバージョンを返します。 パラメータ databa ... 出力します。 <?php print geoip_database_info ( GEOIP_COUNTRY_EDITION ); ?> 上の例の出力は以下となります。 GEO-1 ...
https://man.plustar.jp/php/function.geoip-database-info.html - [similar]
国コードおよび地域を取得する 7497
« geoip_record_by_name geoip_region_name_by_code » PHP Manual GeoIP 関数 国コードおよび地域を取得 ... は、以下のようなさまざまな名前のキーが含まれます。 "country_code" -- 二文字の国コード ( geoip_country_code_by_ ... on ); } ?> 上の例の出力は以下となります。 Array ( [country_code] => US [region] => CA ) 関連キーワード: 地域 ... , geoip , 取得 , および , 関数 , アドレス , country , GeoIP , hostname , データベース ...
https://man.plustar.jp/php/function.geoip-region-by-name.html - [similar]
すべての GeoIP データベース形式についての詳細情報を返す 7288
« geoip_db_filename geoip_domain_by_name » PHP Manual GeoIP 関数 すべての GeoIP データベース形式 ... ]=> bool(true) ["description"]=> string(21) "GeoIP Country Edition" ["filename"]=> string(32) "/usr/share/Geo ... os = geoip_db_get_all_info (); if ( $infos [ GEOIP_COUNTRY_EDITION ][ 'available' ]) { echo $infos [ GEOIP_CO ... tion' ]; } ?> 上の例の出力は以下となります。 GeoIP Country Edition 関連キーワード: GeoIP , データベース , geo ...
https://man.plustar.jp/php/function.geoip-db-get-all-info.html - [similar]
タイムゾーンの位置情報を返す 7243
« DateTimeZone::__construct DateTimeZone::getName » PHP Manual DateTimeZone タイムゾーンの位置情 ... $tz )); ?> 上の例の出力は以下となります。 Array ( [country_code] => CZ [latitude] => 50.08333 [longitude] => ... 14.43333 [comments] => ) Array ( [country_code] => CZ [latitude] => 50.08333 [longitude] => ... cation , timezone , Array , longitude , latitude , country , comments , array , 手続き ...
https://man.plustar.jp/php/datetimezone.getlocation.html - [similar]
Roll back a transaction 7198
« cubrid_put cubrid_schema » PHP Manual CUBRID 関数 Roll back a transaction cubrid_rollback (PEC ... name VARCHAR(20), city VARCHAR(15), state CHAR(2), country VARCHAR(15) ) EOD; if (! cubrid_execute ( $conn , ... $state_list = array( "NY" , "CA" , NULL , "CA" ); $country_list = array( "USA" , "USA" , "Germany" , "USA" ); ... 4 , $state_list [ $i ]); cubrid_bind ( $req , 5 , $country_list [ $i ]); if (!( $ret = cubrid_execute ( $req ... result [ "city" ], $result [ "state" ], $result [ "country" ]); } } cubrid_disconnect ( $conn ); ?> 上の例の出 ...
https://man.plustar.jp/php/function.cubrid-rollback.html - [similar]
国コードと地域コードから地域名を返す 7198
« geoip_region_by_name geoip_setup_custom_directory » PHP Manual GeoIP 関数 国コードと地域コード ... 域名を返す 説明 geoip_region_name_by_code ( string $country_code , string $region_code ): string geoip_region_ ... ら受け取り、データベースは使用しません。 パラメータ country_code 二文字の国コード ( geoip_country_code_by_name ... ード , geoip , 対応 , GeoIP , FIPS , 関数 , string , country , 出力 ...
https://man.plustar.jp/php/function.geoip-region-name-by-code.html - [similar]
PREV 1 2 3 4 5 6 NEXT