1 | <?php |
||
12 | class Random { |
||
13 | public static $queue = null; |
||
14 | public static $queue_list = []; |
||
15 | |||
16 | public static function get($min, $max) { |
||
26 | |||
27 | public static function set_queue($queue) { |
||
30 | |||
31 | public static function clear_queue() { |
||
34 | |||
35 | public static function queue_up() { |
||
42 | |||
43 | public static function queue_min() { |
||
48 | |||
49 | public static function queue_max() { |
||
54 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.