検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 109 for US (0.014 sec.)
国コードと地域コードから地域名を返す 5562
« geoip_region_by_name geoip_setup_custom_directory » PHP Manual GeoIP 関数 国コードと地域コード ... 域が見つからなかった場合は false を返します。 例 例1 US/Canada の地域コードを使用した geoip_region_name_by ...
https://man.plustar.jp/php/function.geoip-region-name-by-code.html - [similar]
国コードと地域コードからタイムゾーンを返す 5562
« geoip_setup_custom_directory FANN » PHP Manual GeoIP 関数 国コードと地域コードからタイムゾーン ... ンが見つからなかった場合は false を返します。 例 例1 US/Canada の地域コードを使用した geoip_time_zone_by_c ...
https://man.plustar.jp/php/function.geoip-time-zone-by-country-and-region.html - [similar]
ロケールの設定に基づいて GMT/UTC 時刻/日付をフォーマットする 5562
« gmmktime idate » PHP Manual 日付・時刻 関数 ロケールの設定に基づいて GMT/UTC 時刻/日付をフォー ... gmstrftime() の例 <?php setlocale ( LC_TIME , 'en_US' ); echo strftime ( "%b %d %Y %H:%M:%S" , mktime ( ...
https://man.plustar.jp/php/function.gmstrftime.html - [similar]
ドット表記の (IPv4) IP アドレスを、長整数表現に変換する 5562
« inet_pton long2ip » PHP Manual ネットワーク 関数 ドット表記の (IPv4) IP アドレスを、長整数表現 ... 情報は » http://publibn.boulder.ibm.com/doc_link/en_US/a_doc_lib/libs/commtrf2/inet_addr.htm を参照くださ ...
https://man.plustar.jp/php/function.ip2long.html - [similar]
CSV 文字列をパースして配列に格納する 5562
« str_ends_with str_ireplace » PHP Manual String 関数 CSV 文字列をパースして配列に格納する str_g ... ロケール設定を考慮します。もし LC_CTYPE が例えば en_US.UTF-8 の場合、 1 バイトエンコーディングの文字列は間 ...
https://man.plustar.jp/php/function.str-getcsv.html - [similar]
大文字小文字を区別しない strstr 5562
« stripslashes strlen » PHP Manual String 関数 大文字小文字を区別しない strstr stristr (PHP 4, P ... になりました。 例 例1 stristr() の例 <?php $email = 'USER@EXAMPLE.com' ; echo stristr ( $email , 'e' ); // ... ます echo stristr ( $email , 'e' , true ); // 出力は US となります ?> 例2 文字列が見つかるかどうかをテスト ...
https://man.plustar.jp/php/function.stristr.html - [similar]
繰り返される実時間を扱う際の振る舞いを取得する 5562
« IntlCalendar::getNow IntlCalendar::getSkippedWallTimeOption » PHP Manual IntlCalendar 繰り返さ ... e/Lisbon' ); ini_set ( 'intl.default_locale' , 'en_US' ); ini_set ( 'intl.error_level' , E_WARNING ); // ...
https://man.plustar.jp/php/intlcalendar.getrepeatedwalltimeoption.html - [similar]
フォーマットに従ってファイルからの入力をパースする 5562
« SplFileObject::fread SplFileObject::fseek » PHP Manual SplFileObject フォーマットに従ってファイ ... $file = new SplFileObject ( "misc.txt" ); while ( $userinfo = $file -> fscanf ( "%s %s %s" )) { list ( $ ... name , $profession , $countrycode ) = $userinfo ; // $name $profession $countrycode で何かを ... 行う } ?> users.txt の内容 javier argonaut pe hiroshi sculptor ... jp robert slacker us luigi florist it 参考 fscanf() - フォーマットに基づ ...
https://man.plustar.jp/php/splfileobject.fscanf.html - [similar]
文字エンコーディング 5562
« エラーコード 例 » PHP Manual XML パーサ 文字エンコーディング 文字エンコーディング PHPのXML拡張 ... ポートされるソースエンコーディングは、 ISO-8859-1 , US-ASCII , UTF-8 です。前の二つは、シングルバイトエン ...
https://man.plustar.jp/php/xml.encoding.html - [similar]
フォーマットに基づきファイルからの入力を処理する 5447
« fread fseek » PHP Manual ファイルシステム 関数 フォーマットに基づきファイルからの入力を処理する ... ます。 例 例1 fscanf() の例 <?php $handle = fopen ( "users.txt" , "r" ); while ( $userinfo = fscanf ( $han ... ) { list ( $name , $profession , $countrycode ) = $userinfo ; //... これらの値を使用して何か行う } fclos ... e ( $handle ); ?> 例2 users.txt の内容 javier argonaut pe hiroshi sculptor ... jp robert slacker us luigi florist it 参考 fread() - バイナリセーフなフ ...
https://man.plustar.jp/php/function.fscanf.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT