%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/workeasy-api/vendor/fzaninotto/faker/src/Faker/Provider/
Upload File :
Create Path :
Current File : //var/www/html/workeasy-api/vendor/fzaninotto/faker/src/Faker/Provider/PhoneNumber.php

<?php

namespace Faker\Provider;

class PhoneNumber extends \Faker\Provider\Base
{
    protected static $formats = array('###-###-###');

    /**
     * @example '555-123-546'
     */
    public static function phoneNumber()
    {
        return static::numerify(static::randomElement(static::$formats));
    }
}

Zerion Mini Shell 1.0