function
generate_code(
$length
= 4) {
$min
= pow(10 , (
- 1));
$max
= pow(10,
) - 1;
return
rand(
,
);
}