PHP Classes

File: src/classes/functions.php

Recommend this page to a friend!
  Classes of uche   Farm Price   src/classes/functions.php   Download  
File: src/classes/functions.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Farm Price
API to get the prices from agriculture markets
Author: By
Last change:
Date: 2 years ago
Size: 88 bytes
 

Contents

Class file image Download
<?php
//Functions for this App
function encodeJson($data){
    return
json_encode($data);
}