We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b9b7f commit 0125e01Copy full SHA for 0125e01
README.md
@@ -61,7 +61,7 @@ $isJson = is_json('{"foo":1,"bar":2,"baz":3}');
61
// true
62
```
63
64
-Boolean is returned by default, however, function can return decoded json, as associative array, if you pass the second `return` parameter as `true`:
+Boolean is returned by default, however, function can return decoded json, if you pass the second `return` argument as `true`:
65
```php
66
$decoded = is_json('{"foo":1,"bar":2,"baz":3}', true);
67
0 commit comments