PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of manudg   PHP JSON File Decode   README.md   Download  
File: README.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP JSON File Decode
Parse JSON encoded values read from files
Author: By
Last change: Update of README.md
Date: 2 months ago
Size: 656 bytes
 

Contents

Class file image Download

php-json-file-decode

<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>