> localtime in php ~ Online tutorial

localtime in php

The localtime() function returns the array that contains the time components of unix time system
Syntax
localtime(timestamp,is_associative)
Example


<?php
print_r(localtime());
echo("

");
print_r(localtime(time(),true));
?>
output


Please Give Us Your 1 Minute In Sharing This Post!
Please Give Us Your 1 Minute In Sharing This Post!
SOCIALIZE IT →
FOLLOW US →
SHARE IT →
Powered By: BloggerYard.Com

0 comments: