Generate an English name from a simple number.
Just write 'code.php' into your php file.
You can use this system by calling a function named 'num2name()'.
The paramaters are as following.
num2name($num, [$min, $max]);
$num --- The number to be used to generate a random name.
$min and $max --- You can instruct approximate string length.