Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Aaron  >  Manage Time  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: example
Class: Manage Time
Convert dates and times
Author: By
Last change:
Date: 2009-02-18 08:52
Size: 94 bytes
 

Contents

Class file image Download
<?php


    $time         
time();
    
$example     = new Manage_Time($time);
    
print_r($example);

?>