class Faker (View source)

Methods

static Generator
shared(string|null $locale = 'ko_KR')

Get \Faker\Generator singleton instance

static Faker
make()

Faker factory method

string
dateTime()

Get Korean dateTime format in online shopping industry

Details

static Generator shared(string|null $locale = 'ko_KR')

Get \Faker\Generator singleton instance

Parameters

string|null $locale

the locale

Return Value

Generator

The method returns \Faker\Generator singleton instance

static Faker make()

Faker factory method

Return Value

Faker

string dateTime()

Get Korean dateTime format in online shopping industry

Return Value

string

the format in online shopping

Examples

Faker::make()->dateTime() => "1993-06-09 오후 03:08:34"