Statement on glibc/iconv Vulnerability

IntlDatePatternGenerator クラス

(PHP 8 >= 8.1.0)

はじめに

IntlDateFormatter で使われる、 地域化された 日付/時刻 のフォーマットパターン文字列を生成します。

クラス概要

class IntlDatePatternGenerator {
/* メソッド */
public __construct(?string $locale = null)
public static create(?string $locale = null): ?IntlDatePatternGenerator
public getBestPattern(string $skeleton): string|false
}

目次

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top