MCPcopy Create free account
hub / github.com/WebReflection/JSONH / parse

Method parse

php5/JSONH.class.php:37–48  ·  view source on GitHub ↗
(
        /*string /*use type hint if you can removing initial comment*/
        $hlist,
        /*boolean /*use type hint if you can removing initial comment*/
        $assoc = false,
        /*int /

Source from the content-addressed store, hash-verified

35 }
36
37 public static function parse(
38 /*string /*use type hint if you can removing initial comment*/
39 $hlist,
40 /*boolean /*use type hint if you can removing initial comment*/
41 $assoc = false,
42 /*int /*use type hint if you can removing initial comment*/
43 $depth = 512,
44 /*int /*use type hint if you can removing initial comment*/
45 $options = 0
46 ) {
47 return self::unpack(json_decode($hlist, $assoc), $assoc, $depth, $options);
48 }
49
50 public static function stringify(
51 /*array /*use type hint if you can removing initial comment*/

Callers 2

wruFunction · 0.80
jsonh_decodeFunction · 0.80

Calls 1

unpackMethod · 0.95

Tested by

no test coverage detected