PHP Classes

File: example.php

Recommend this page to a friend!
  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: 15 years ago
Size: 94 bytes
 

Contents

Class file image Download
<?php


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

?>