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 3d34a6c commit 4a24979Copy full SHA for 4a24979
README.md
@@ -402,7 +402,7 @@ $formatted = format_xml('<?xml version="1.0"?><root><task priority="low"><to>Joh
402
403
#### `is_json()`
404
405
-Checks if specified variable is valid json-encoded string or not:
+Check if specified variable is a valid JSON-encoded string or not:
406
407
```php
408
$isJson = is_json('{"foo":1,"bar":2,"baz":3}');
0 commit comments