mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-19 23:09:47 +01:00
Add ja_JP\Person
to the language specific formatters section
This commit is contained in:
parent
929fbccf22
commit
6858338167
15
readme.md
Normal file → Executable file
15
readme.md
Normal file → Executable file
@ -735,6 +735,21 @@ echo $faker->bankAccountNumber; // "PL14968907563953822118075816"
|
||||
|
||||
```
|
||||
|
||||
### `Faker\Provider\ja_JP\Person`
|
||||
|
||||
```php
|
||||
<?php
|
||||
|
||||
// Generates a 'kana' name
|
||||
echo $faker->kanaName; // "アオタ ナオコ"
|
||||
|
||||
// Generates a 'kana' first name
|
||||
echo $faker->firstKanaName; // "トモミ"
|
||||
|
||||
// Generates a 'kana' last name
|
||||
echo $faker->lastKanaName; // "ナギサ"
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
Faker is released under the MIT Licence. See the bundled LICENSE file for details.
|
||||
|
Loading…
x
Reference in New Issue
Block a user