PHP 8.5.0 RC 2 available for testing

The IntlDatePatternGenerator class

(PHP 8 >= 8.1.0)

็ฎ€ไป‹

Generates localized date and/or time format pattern strings suitable for use in IntlDateFormatter.

็ฑปๆ‘˜่ฆ

class IntlDatePatternGenerator {
/* ๆ–นๆณ• */
public __construct(?string $locale = null)
public static create(?string $locale = null): ?IntlDatePatternGenerator
public getBestPattern(string $skeleton): string|false
}

็›ฎๅฝ•

๏ผ‹ๆทปๅŠ ๅค‡ๆณจ

็”จๆˆท่ดก็Œฎ็š„ๅค‡ๆณจ

ๆญค้กต้ขๅฐšๆ— ็”จๆˆท่ดก็Œฎ็š„ๅค‡ๆณจใ€‚
To Top