PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Alexey Starikov   PHP Helper Class   example.php   Download  
File: example.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: Add Example
Date: 5 years ago
Size: 100 bytes
 

Contents

Class file image Download
<?php
include 'H.php';
var_dump(H::bc('((($1+$2)*$3)-2)>=6',2,2,2));
var_dump(H::dirList('./'));
?>