検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 109 for US (0.002 sec.)
その他 15745
« 太平洋 HRTime » PHP Manual サポートされるタイムゾーンのリスト その他 その他 警告 ここに挙げられ ... を推奨します。すなわち、先の例なら Asia/Shanghai や Australia/Perth を使うということです。 その他 Africa/A ... sia/Ulan_Bator Atlantic/Faeroe Atlantic/Jan_Mayen Australia/ACT Australia/Canberra Australia/Currie Aust ... ralia/LHI Australia/North Australia/NSW Australia/Queensland Aus ... tralia/South Australia/Tasmania Australia/Victoria Australia/West A ...
https://man.plustar.jp/php/timezones.others.html - [similar]
collator のロケール名を取得する 9521
« Collator::getErrorMessage Collator::getSortKey » PHP Manual Collator collator のロケール名を取 ... _locale() の例 <?php $coll = collator_create ( 'en_US_California' ); $res_val = collator_get_locale ( $c ... 例の出力は以下となります。 Requested locale name: en_US_California Valid locale name: en_US Actual locale ... or , 取得 , Collator , locale , type , getLocale , US , string , int , インスタンス ...
https://man.plustar.jp/php/collator.getlocale.html - [similar]
既知のエンコーディング・タイプのエイリアスを取得 9062
« mb_encode_numericentity mb_ereg_match » PHP Manual マルチバイト文字列 関数 既知のエンコーディン ... ] => ANSI_X3.4-1986 [3] => ISO_646.irv:1991 [4] => US-ASCII [5] => ISO646-US [6] => us [7] => IBM367 [8] ... タイプ , 既知 , encoding , 取得 , aliases , 配列 , US , エラー , csASCII , レベル ...
https://man.plustar.jp/php/function.mb-encoding-aliases.html - [similar]
IntlDateFormatter が使用する日付形式を取得する 8846
« IntlDateFormatter::getCalendar IntlDateFormatter::getErrorCode » PHP Manual IntlDateFormatter ... _datetype() の例 <?php $fmt = datefmt_create ( 'en_US' , IntlDateFormatter :: FULL , IntlDateFormatter : ... t_format ( $fmt , 0 ); $fmt = datefmt_create ( 'en_US' , IntlDateFormatter :: SHORT , IntlDateFormatter ... ト指向の例 <?php $fmt = new IntlDateFormatter ( 'en_US' , IntlDateFormatter :: FULL , IntlDateFormatter : ... > format ( 0 ); $fmt = new IntlDateFormatter ( 'en_US' , IntlDateFormatter :: SHORT , IntlDateFormatter ...
https://man.plustar.jp/php/intldateformatter.getdatetype.html - [similar]
IntlDateFormatter が使用する時刻形式を取得する 8846
« IntlDateFormatter::getPattern IntlDateFormatter::getTimeZoneId » PHP Manual IntlDateFormatter ... _timetype() の例 <?php $fmt = datefmt_create ( 'en_US' , IntlDateFormatter :: FULL , IntlDateFormatter : ... t_format ( $fmt , 0 ); $fmt = datefmt_create ( 'en_US' , IntlDateFormatter :: FULL , IntlDateFormatter : ... ト指向の例 <?php $fmt = new IntlDateFormatter ( 'en_US' , IntlDateFormatter :: FULL , IntlDateFormatter : ... > format ( 0 ); $fmt = new IntlDateFormatter ( 'en_US' , IntlDateFormatter :: FULL , IntlDateFormatter : ...
https://man.plustar.jp/php/intldateformatter.gettimetype.html - [similar]
基本的な使用法 8731
« 例 Collator » PHP Manual 例 基本的な使用法 基本的な使用法 各モジュールには、 手続き型とオブジェ ... 型 API の使用例 <?php $coll = collator_create ( 'en_US' ); $result = collator_compare ( $coll , "string#1 ... 指向型 API の使用例 <?php $coll = new Collator ( 'en_US' ); $al = $coll -> getLocale ( Locale :: ACTUAL_LO ... : $al \n" ; $formatter = new NumberFormatter ( 'en_US' , NumberFormatter :: DECIMAL ); echo $formatter - ...
https://man.plustar.jp/php/intl.examples.basic.html - [similar]
フォーマッタを作成した際のロケールを取得する 8502
« MessageFormatter::getErrorMessage MessageFormatter::getPattern » PHP Manual MessageFormatter フ ... get_locale() の例 <?php $fmt = msgfmt_create ( 'en_US' , "Number {0,number}" ); echo msgfmt_get_locale ( ... クト指向の例 <?php $fmt = new MessageFormatter ( 'en_US' , "Number {0,number}" ); echo $fmt -> getLocale ( ... ); ?> 上の例の出力は以下となります。 en_US 参考 msgfmt_create() - 新しいメッセージフォーマッタ ...
https://man.plustar.jp/php/messageformatter.getlocale.html - [similar]
辞書が存在するかどうかを調べる。空でないタグを使用する 8159
« enchant_broker_describe enchant_broker_free_dict » PHP Manual Enchant 関数 辞書が存在するかどう ... ブローカー。 tag 空でない、LOCALE 形式のタグ。例: us_US、ch_DE など。 戻り値 タグが存在する場合に true ... enchant_broker_dict_exists() の例 <?php $tag = 'en_US' ; $r = enchant_broker_init (); if ( enchant_broke ...
https://man.plustar.jp/php/function.enchant-broker-dict-exists.html - [similar]
PASSWD 拡張オペレーションのヘルパ 8159
« ldap_escape ldap_exop_refresh » PHP Manual LDAP 関数 PASSWD 拡張オペレーションのヘルパ ldap_ex ... ldap_exop_passwd ( LDAP\Connection $ldap , string $user = "" , string $old_password = "" , string $new_p ... ct() が返す LDAP\Connection クラスのインスタンス。 user パスワードを変更するユーザーの dn old_password こ ... bind = ldap_bind ( $ds , "cn=root, o=My Company, c=US" , "secret" ); if (! $bind ) { echo "Unable to bin ... d to LDAP server" ; exit; } // use PASSWD EXOP to change the user password for a gen ...
https://man.plustar.jp/php/function.ldap-exop-passwd.html - [similar]
タグを使用して新しい辞書を作成する 7713
« enchant_broker_list_dicts enchant_broker_request_pwl_dict » PHP Manual Enchant 関数 タグを使用 ... 空でない言語タグで、 使用したい辞書を指定します ("en_US"、"de_DE"、...)。 パラメータ broker enchant_broker ... ant ブローカー。 tag ロケールを表すタグ。例えば en_US、de_DE など。 戻り値 成功した場合に辞書リソース、失 ... ists() で調べ、それを要求します。 <?php $tag = 'en_US' ; $broker = enchant_broker_init (); if ( enchant_ ...
https://man.plustar.jp/php/function.enchant-broker-request-dict.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT