PHP Classes

File: Example.php

Recommend this page to a friend!
  Classes of Alireza Zare   PHP Time Ago Persian Class   Example.php   Download  
File: Example.php
Role: Example script
Content type: text/plain
Description: Example
Class: PHP Time Ago Persian Class
Display how long it passed since date in Persian
Author: By
Last change:
Date: 8 years ago
Size: 293 bytes
 

Contents

Class file image Download
<?php
/*
* Alireza Zare
* info.ali.pci@gmail.com
* GNU General Public License <opensource.org/licenses/gpl-license.html>
* last modified: january 2016 <ver 1.0>
* Time Ago Persian
* Use times::ago("2016-1-1");
*/
include_once("TimeAgo.class.php");
print
times::ago("2016-1-10");
?>