<?php function rand_func_name($rand_name) { return $rand_name + 1; } if (rand_func_name(0) > 0) { $enter_the_new_statement; }
<?php function rand_func_name($param_i) { $enter_the_new_statement; /* depends of i */ } rand_func_name($param_i);