Example Code:
<?php
date_default_timezone_set('UTC');
include('I18N_Arabic.php');
$Ar = new I18N_Arabic('Mktime');
$time = $Ar->mktime(0, 0, 0, 9, 1, 1429);
echo "Calculated first day of Ramadan 1429 unix timestamp is: $time<br>";
$Gregorian = date('l F j, Y',$time);
echo "Which is $Gregorian in Gregorian calendar";
?>
Total execution time is 0.0033168792724609 seconds
Amount of memory allocated to this script is 246000 bytes
Names of included or required files:
- /srv/www/vhosts/ar-php.org/httpdocs/I18N_Arabic/I18N_Arabic/Examples/ArMktime.php
- /srv/www/vhosts/ar-php.org/httpdocs/I18N_Arabic/I18N_Arabic.php
- /srv/www/vhosts/ar-php.org/httpdocs/I18N_Arabic/I18N_Arabic/I18N_Arabic_Mktime.php
Related Class Documentation