PHP Classes

File: include/functions.php

Recommend this page to a friend!
  Classes of Kakhaber Kashmadze   hiutils   include/functions.php   Download  
File: include/functions.php
Role: Auxiliary script
Content type: text/plain
Description: alternative functions for var_dump and empty
Class: hiutils
Utility functions to process request data
Author: By
Last change: Update of include/functions.php
Date: 2 years ago
Size: 261 bytes
 

Contents

Class file image Download
<?php
/*
  Created by Kakhaber Kashmadze
  @version 0.1
  @license MIT
*/

require_once 'function/misc.php';
require_once
'function/check.php';
require_once
'function/format.php';
require_once
'function/table.php';
require_once
'function/type_conversion.php';