Skip to content

Commit

Permalink
IHF: Readme fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Jun 18, 2016
1 parent 0125e01 commit d8cef80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ $isJson = is_json('{"foo":1,"bar":2,"baz":3}');
// true
```

Boolean is returned by default, however, function can return decoded json, if you pass the second `return` argument as `true`:
Function can return decoded json, if you pass the second `return` argument as `true`:
```php
$decoded = is_json('{"foo":1,"bar":2,"baz":3}', true);
Expand Down

0 comments on commit d8cef80

Please sign in to comment.