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

Function jsonh_decode

php5/JSONH.class.php:183–185  ·  view source on GitHub ↗
($str, $assoc = false, $depth = 512, $options = 0)

Source from the content-addressed store, hash-verified

181}
182
183function jsonh_decode($str, $assoc = false, $depth = 512, $options = 0) {
184 return JSONH::parse($str, $assoc, $depth, $options);
185}
186
187?>

Callers

nothing calls this directly

Calls 1

parseMethod · 0.80

Tested by

no test coverage detected