PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Andres Dario Gutierrez Poveda   Time Manipulator   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example of usage
Class: Time Manipulator
Perform operations and format time values
Author: By
Last change:
Date: 19 years ago
Size: 166 bytes
 

Contents

Class file image Download
<?php
include('/path/to/class/Time.class.php');

$time = new Time();

echo
$hora = $time->horaactual();

echo
$hora = $time->operar($hora,"+","hora",3,12);
?>