Skip to content
Snippets Groups Projects
Commit 30bd141b authored by CHASTIN Matis's avatar CHASTIN Matis
Browse files

Add new file

parent 27149eba
No related branches found
No related tags found
No related merge requests found
Q1)
Faker s'installe avec composer:
composer require fzaninotto/faker
Q2)
<?php
require_once 'vendor/autoload.php';
$faker = Faker\Factory::create('en_US'); // ou Faker\Factory::create();
echo $faker->address;
Q3)
<?php
echo date('Y/m/d (H:i)',strtotime("2017/02/16 16:15")); // ou date('Y/m/d (H:i)', date_a_inserer);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment