safeEmail

safeEmail() :string

🇯🇵 🇺🇸
安全なメールアドレスを生成します。

パラメータ

なし

>>> Faker\Factory::create('ja_JP')->safeEmail()
=> "pishida@example.org"
>>> Faker\Factory::create()->safeEmail()
=> "beer.jasper@example.net"

注意

注意:

ドメインは example.comexample.orgexample.net のいずれかになります。

最終更新日時: