- Creates random string.
$ composer require yerey/random
<?php
require_once 'vendor/autoload';
use Random\Random;
?>
<?php
require_once '/vendor/autoload.php';
use Random\Random;
$random = new Random();
echo $random->create();
?>
Function name | Description |
---|---|
create() |
Creates random string |