1 | <?php |
||
10 | abstract class ArrayUtilities |
||
|
|||
11 | { |
||
12 | 6 | public static function is_multidimensional(array &$array) |
|
24 | |||
25 | 43 | public static function array_merge_defaults(array &$array1, array &$array2, $keyField) |
|
71 | |||
72 | /** |
||
73 | * @param string $key |
||
74 | * @param array $array |
||
75 | * @param bool $considerOffset |
||
76 | * |
||
77 | * @return array |
||
78 | */ |
||
79 | 5 | public static function associative_array_split($key, array &$array, $considerOffset = true) |
|
89 | } |
||
90 |
This check examines a number of code elements and verifies that they conform to the given naming conventions.
You can set conventions for local variables, abstract classes, utility classes, constant, properties, methods, parameters, interfaces, classes, exceptions and special methods.