| 1 | <?php |
||
| 5 | class JArray { |
||
| 6 | |||
| 7 | public static function isAssociative($array) { |
||
| 10 | |||
| 11 | public static function getValue($array, $key, $pos) { |
||
| 19 | |||
| 20 | public static function getDefaultValue($array, $key, $default) { |
||
| 26 | |||
| 27 | public static function asPhpArray($array,$prefix=""){ |
||
| 44 | |||
| 45 | private static function parseValue($v,$prefix=""){ |
||
| 56 | } |
||
| 57 |