検索ワード: setlocale (英語 - 日本語)

コンピュータによる翻訳

人が翻訳した例文から、翻訳方法を学びます。

English

Japanese

情報

English

setlocale

Japanese

 

から: 機械翻訳
よりよい翻訳の提案
品質:

人による翻訳

プロの翻訳者、企業、ウェブページから自由に利用できる翻訳レポジトリまで。

翻訳の追加

英語

日本語

情報

英語

see also setlocale().

日本語

setlocale() も参照下さい。

最終更新: 2011-10-24
使用頻度: 1
品質:

英語

it returns exactly what the system setlocale function returns.

日本語

ロケールが 0 または "0" の場合、ロケール 設定は適用されず、単に現在の設定が返されます。

最終更新: 2011-10-24
使用頻度: 1
品質:

警告:見えない HTML フォーマットが含まれています

英語

use setlocale() to set to the appropriate default locale before using this function.

日本語

注意 the lc_monetary category of the locale settings, affects the behavior of this function. use setlocale() to set to the appropriate default locale before using this function.

最終更新: 2011-10-24
使用頻度: 1
品質:

英語

see also ctype_alpha(), ctype_digit(), and setlocale().

日本語

setlocale() も参照下さい。

最終更新: 2011-10-24
使用頻度: 1
品質:

英語

month and weekday names and other language dependent strings respect the current locale set with setlocale().

日本語

指定した timestamp または timestamp が指定されていない場合に現在のローカル時間を用いて指定した フォーマット文字列に基づき文字列をフォーマットして返します。 月および曜日の名前およびその他の言語依存の文字列は、 setlocale() でセットされた現在のロケールに関係 します。

最終更新: 2011-10-24
使用頻度: 1
品質:

英語

if you want to serialize non-ascii characters you have to set the appropriate locale before doing so (see setlocale()).

日本語

この例は次の出力を行います。

最終更新: 2011-10-24
使用頻度: 1
品質:

英語

the functions provided by this extension check whether a character or string falls into a certain character class according to the current locale (see also setlocale()).

日本語

以下の関数は、現在のロケール( setlocale() も参照) に基づき文字または文字列がある文字クラスに含まれるかどうかを調べ ます。

最終更新: 2011-10-24
使用頻度: 1
品質:

英語

1.234,56 / / using a negative number $number = -1234.5672; / / us national format, using () for negative numbers / / and 10 digits for left precision setlocale(lc_monetary, 'en_us'); echo money_format('%(#10n', $number) ."\n"; / / ($1,234.57) / / similar format as above, adding the use of 2 digits of right / / precision and '* 'as a fill character echo money_format('%=*(#10.2n', $number) ."\n"; / / ($********1,234.57) / / let's justify to the left, with 14 positions of width, 8 digits of / / left precision, 2 of right precision, withouth grouping character / / and using the international format for the de_de locale. setlocale(lc_monetary, 'de_de'); echo money_format('%=*^-14#8.2i', 1234.56) ."\n"; / / dem 1234,56**** / / let's add some blurb before and after the conversion specification setlocale(lc_monetary, 'en_gb'); $fmt = 'the final value is %i (after a 10%% discount)'; echo money_format($fmt, 1234.56) ."\n"; / / the final value is gbp 1,234.56 (after a 10% discount)?

日本語

we will use different locales and format specifications to illustrate the use of this function.

最終更新: 2011-10-24
使用頻度: 1
品質:

警告:見えない HTML フォーマットが含まれています

人による翻訳を得て
7,775,758,446 より良い訳文を手にいれましょう

ユーザーが協力を求めています。



ユーザー体験を向上させるために Cookie を使用しています。弊社サイトを引き続きご利用いただくことで、Cookie の使用に同意していただくことになります。 詳細。 OK