35 words, 1 min read
⚠️ This post links to an external website. ⚠️
Generate a string where all # characters are replaced by digits between 0 and 9. By default, ### is used as input.
echo $faker->numerify();// '912', '271', '109', '674'echo $faker->numerify('user-####');// 'user-4928', 'user-3427', 'user-1280'
continue reading on fakerphp.org
If this post was enjoyable or useful for you, please share it! If you have comments, questions, or feedback, you can email my personal email. To get new posts, subscribe use the RSS feed.