PHP Classes

File: helper/jsonToArray.php

Recommend this page to a friend!
  Classes of Alexey Starikov   PHP Helper Class   helper/jsonToArray.php   Download  
File: helper/jsonToArray.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Helper Class
Call helper functions that are loaded dynamically
Author: By
Last change:
Date: 5 years ago
Size: 84 bytes
 

Contents

Class file image Download
<?php
// jsonToArray
return function($json){
    return
json_decode($json,true);
}
?>