yerey / random
Generates random string
1.0
2021-01-12 12:45 UTC
README
Features
- Creates random string.
Installation
$ composer require yerey/random
Usage
<?php require_once 'vendor/autoload'; use Random\Random; ?>
Example
<?php require_once '/vendor/autoload.php'; use Random\Random; $random = new Random(); echo $random->create(); ?>
Functions
Function name | Description |
---|---|
create() |
Creates random string |