検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 46 for FMT (0.004 sec.)
IntlDateFormatter が使用するカレンダー型を取得する 7734
« IntlDateFormatter::formatObject IntlDateFormatter::getDateType » PHP Manual IntlDateFormatter ... ダー型を取得する IntlDateFormatter::getCalendar datefmt_get_calendar (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL i ... tl >= 1.0.0) IntlDateFormatter::getCalendar -- datefmt_get_calendar — IntlDateFormatter が使用するカレンダ ... ormatter::getCalendar (): int | false 手続き型 datefmt_get_calendar ( IntlDateFormatter $formatter ): int ... RIAN です。 失敗時に false を返します。 例 例1 datefmt_get_calendar() の例 <?php $fmt = datefmt_create ( ...
https://man.plustar.jp/php/intldateformatter.getcalendar.html - [similar]
直近の操作のエラーテキストを取得する 7628
« IntlDateFormatter::getErrorCode IntlDateFormatter::getLocale » PHP Manual IntlDateFormatter 直 ... トを取得する IntlDateFormatter::getErrorMessage datefmt_get_error_message (PHP 5 >= 5.3.0, PHP 7, PHP 8, P ... = 1.0.0) IntlDateFormatter::getErrorMessage -- datefmt_get_error_message — 直近の操作のエラーテキストを取 ... Formatter::getErrorMessage (): string 手続き型 datefmt_get_error_message ( IntlDateFormatter $formatter ) ... 。 戻り値 直近のエラーの説明を返します。 例 例1 datefmt_get_error_message() の例 <?php $fmt = datefmt_crea ...
https://man.plustar.jp/php/intldateformatter.geterrormessage.html - [similar]
IntlDateFormatter が使用するタイムゾーン ID を取得する 7628
« IntlDateFormatter::getTimeType IntlDateFormatter::getCalendarObject » PHP Manual IntlDateForma ... ID を取得する IntlDateFormatter::getTimeZoneId datefmt_get_timezone_id (PHP 5 >= 5.3.0, PHP 7, PHP 8, PEC ... >= 1.0.0) IntlDateFormatter::getTimeZoneId -- datefmt_get_timezone_id — IntlDateFormatter が使用するタイ ... ter::getTimeZoneId (): string | false 手続き型 datefmt_get_timezone_id ( IntlDateFormatter $formatter ): ... します。 失敗した場合に false を返します 例 例1 datefmt_get_timezone_id() の例 <?php $fmt = datefmt_create ...
https://man.plustar.jp/php/intldateformatter.gettimezoneid.html - [similar]
直近の操作のエラーテキストを取得する 7628
« MessageFormatter::getErrorCode MessageFormatter::getLocale » PHP Manual MessageFormatter 直近の ... ストを取得する MessageFormatter::getErrorMessage msgfmt_get_error_message (PHP 5 >= 5.3.0, PHP 7, PHP 8, P ... >= 1.0.0) MessageFormatter::getErrorMessage -- msgfmt_get_error_message — 直近の操作のエラーテキストを取 ... eFormatter::getErrorMessage (): string 手続き型 msgfmt_get_error_message ( MessageFormatter $formatter ): ... タ。 戻り値 直近のエラーの説明を返します。 例 例1 msgfmt_get_error_message() の例 <?php $fmt = msgfmt_creat ...
https://man.plustar.jp/php/messageformatter.geterrormessage.html - [similar]
直近の操作のエラーコードを取得する 7536
« IntlDateFormatter::getDateType IntlDateFormatter::getErrorMessage » PHP Manual IntlDateFormatt ... コードを取得する IntlDateFormatter::getErrorCode datefmt_get_error_code (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL ... l >= 1.0.0) IntlDateFormatter::getErrorCode -- datefmt_get_error_code — 直近の操作のエラーコードを取得する ... tlDateFormatter::getErrorCode (): int 手続き型 datefmt_get_error_code ( IntlDateFormatter $formatter ): i ... となります。初期値は U_ZERO_ERROR です。 例 例1 datefmt_get_error_code() の例 <?php $fmt = datefmt_create ...
https://man.plustar.jp/php/intldateformatter.geterrorcode.html - [similar]
数値フォーマッタを作成する 7231
« NumberFormatter NumberFormatter::formatCurrency » PHP Manual NumberFormatter 数値フォーマッタを ... 作成する NumberFormatter::create numfmt_create NumberFormatter::__construct (PHP 5 >= 5.3. ... PECL intl >= 1.0.0) NumberFormatter::create -- numfmt_create -- NumberFormatter::__construct — 数値フォー ... g $pattern = null ): ? NumberFormatter 手続き型 numfmt_create ( string $locale , int $style , ? string $p ... .0.0 pattern は、nullable になりました。 例 例1 numfmt_create() の例 <?php $fmt = numfmt_create ( 'de_DE' ...
https://man.plustar.jp/php/numberformatter.create.html - [similar]
データベースへの持続的接続を返す 7185
« db2_pclose db2_prepare » PHP Manual IBM DB2 関数 データベースへの持続的接続を返す db2_pconnect ... 、 i5_dbcs_alloc の値のほうが優先されます。 i5_date_fmt DB2_I5_FMT_ISO - 国際標準化機構 (ISO) の日付書式 y ... yyy-mm-dd を使用します。デフォルトです。 DB2_I5_FMT_USA - 合衆国の日付書式 mm/dd/yyyy を使用します。 D ... B2_I5_FMT_EUR - 欧州の日付書式 dd.mm.yyyy を使用します。 DB2 ... _I5_FMT_JIS - 日本工業規格 (JIS) の日付書式 yyyy-mm-dd を使 ...
https://man.plustar.jp/php/function.db2-pconnect.html - [similar]
メッセージをフォーマットする 7185
« MessageFormatter::formatMessage MessageFormatter::getErrorCode » PHP Manual MessageFormatter メ ... セージをフォーマットする MessageFormatter::format msgfmt_format (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= ... 1.0.0) MessageFormatter::format -- msgfmt_format — メッセージをフォーマットする 説明 オブジェ ... rmat ( array $values ): string | false 手続き型 msgfmt_format ( MessageFormatter $formatter , array $valu ... エラーが発生した場合は false を返します。 例 例1 msgfmt_format() の例 <?php $fmt = msgfmt_create ( "en_US" ...
https://man.plustar.jp/php/messageformatter.format.html - [similar]
パターンを使用して入力文字列をパースする 7185
« MessageFormatter::parseMessage MessageFormatter::setPattern » PHP Manual MessageFormatter パタ ... て入力文字列をパースする MessageFormatter::parse msgfmt_parse (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= ... 1.0.0) MessageFormatter::parse -- msgfmt_parse — パターンを使用して入力文字列をパースする 説 ... arse ( string $string ): array | false 手続き型 msgfmt_parse ( MessageFormatter $formatter , string $stri ... エラーが発生した場合は false を返します。 例 例1 msgfmt_parse() の例 <?php $fmt = msgfmt_create ( 'en_US' ...
https://man.plustar.jp/php/messageformatter.parse.html - [similar]
新しいメッセージフォーマッタを作成する 7048
« MessageFormatter MessageFormatter::formatMessage » PHP Manual MessageFormatter 新しいメッセージ ... Formatter::create MessageFormatter::__construct msgfmt_create (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= ... ter::create -- MessageFormatter::__construct -- msgfmt_create — 新しいメッセージフォーマッタを作成する 説 ... t ( string $locale , string $pattern ) 手続き型 msgfmt_create ( string $locale , string $pattern ): ? Mes ... 、失敗時に IntlException をスローします。 例 例1 msgfmt_create() の例 <?php $fmt = msgfmt_create ( "en_US" ...
https://man.plustar.jp/php/messageformatter.create.html - [similar]
PREV 1 2 3 4 5 NEXT