Recommend this page to a friend! |
Download |
Info | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2024-01-09 (9 months ago) | 52% | Total: 310 | All time: 7,324 This week: 488 |
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 (8) |
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 (8) | / | images |
File | Role | Description |
---|---|---|
php.png | Icon | Icon image |
symfony.png | Icon | Icon image |
yii.png | Icon | Icon image |
zend.png | Icon | Icon image |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
User Ratings | 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.