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

Method stringify

php5/JSONH.class.php:50–57  ·  view source on GitHub ↗
(
        /*array /*use type hint if you can removing initial comment*/
        $list,
        /*int /*use type hint if you can removing initial comment*/
        $options = 0
    )

Source from the content-addressed store, hash-verified

48 }
49
50 public static function stringify(
51 /*array /*use type hint if you can removing initial comment*/
52 $list,
53 /*int /*use type hint if you can removing initial comment*/
54 $options = 0
55 ) {
56 return json_encode(self::pack($list), $options);
57 }
58
59 public static function unpack(
60 /*array /*use type hint if you can removing initial comment*/

Callers 2

wruFunction · 0.80
jsonh_encodeFunction · 0.80

Calls 1

packMethod · 0.95

Tested by

no test coverage detected