Recommend this page to a friend! |
Download .zip |
Info | View files (8) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2024-01-09 (4 days ago) | Not enough user ratings | Total: 309 This week: 2 | All time: 7,310 This week: 204 |
Version | License | PHP version | Categories | |||
json-file-reader 1.0.11 | Artistic License | 5.0 | PHP 5, Files and Folders, Parsers |
Description | Author | ||||||||
This class can parse JSON encoded values read from files. |
|
<div> <h1>PHP JSON File Decode:</h1> <h5>This class can parse JSON encoded values read from files.
It can read a given file and parse its contents in JSON format.
The class returns the parsed value after having decoded any UTF-8 encoded characters.</h5> <h3>Use: </h3> <pre> $read = new json_file_decode(); $json = $read->json("images.json"); print_r($json); </pre> <br> <br> <a href="https://github.com/ManuDavila/php-json-file-decode" target="_blank"><strong>Github</strong></a> | <a href="http://www.phpclasses.org/browse/author/1255792.html" target="_blank"><strong>phpclasses.org</strong></a> <br> <br> </div>
Files |
File | Role | Description | ||
---|---|---|---|---|
images (4 files) | ||||
images.json | Data | Auxiliary data | ||
index.php | Example | Example script | ||
json-file-decode.class.php | Class | Class source | ||
README.md | Data | Auxiliary data |
Files | / | images |
File | Role | Description |
---|---|---|
php.png | Icon | Icon image |
symfony.png | Icon | Icon image |
yii.png | Icon | Icon image |
zend.png | Icon | Icon image |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
User Comments (1) | |||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.