>
Online tutorial : localtime in php
Online tutorial
Home
PHP Program
PHP Tutorial
C Program
HTML Tutorial
C Aptitude
Become Our Fan on Social Sites!
Showing posts with label
localtime in php
.
Show all posts
Showing posts with label
localtime in php
.
Show all posts
localtime in php
Unknown
date and time in php
,
localtime in php
No comments
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
Read More
Subscribe to:
Posts (Atom)
Join Free Cource
Blog Archive
▼
2013
(105)
▼
November
(3)
75% discount Hosting plan sale in Hostgator
PHP interview Question with answer
How do Upload File using PHP
►
June
(3)
►
May
(10)
►
April
(20)
►
March
(2)
►
February
(39)
►
January
(28)
►
2012
(25)
►
December
(17)
►
August
(8)
►
2011
(330)
►
December
(73)
►
November
(3)
►
October
(11)
►
September
(39)
►
August
(51)
►
July
(51)
►
June
(102)
Popular Posts
establishing a connection to sql server
Establishing a Connection The first thing you need to do is establish a connection with the DBMS you want to use. This involves two steps...
PHP interview Question with answer
PHP interview Question with answer 1)<?php $varA=one; $varB=&$varA; $varA=two; print $varB; ?> Output: 2 It is result is...
3d transformation program in c
3D Transformation #include<stdio.h> #include<conio.h> #include<graphics.h> #include<math.h> int m...
How do get server date using PHP
How do get server date using PHP In this program i will show you how do get server date and time using PHP.In PHP getdate() function i...
farmalloc() in c
farmalloc() Allocates from far heap Declaration: void far *farmalloc(unsigned long nbytes); Remarks: farmalloc allocates a ...
getch
getch gets a character from console but does not echo to the screen Declaration: int getch(void); Remarks: getch reads a s...
clreol
Clears to end of line in text window Declaration: void <a href="http://gan.doubleclick.net/gan_click?lid=41000000035692252...
Getting image width and height using PHP
Getting image width and height using PHP In Coding we are getting size of image using function getimagesize. it is get width and heigh...
bresenham’s ellipse drawing algorithm c program
BRESENHAM’S ELLIPSE DRAWING ALGORITHM make money #include "stdio.h" #include "conio.h" #include ...
array_push() in php
array_push() function inserts one or more element to the end of an array syntax array_push(array,val1,val2,...) <?php $sum=array(...
Become a Fan
Copyright © 2013
Online tutorial
.
Designed By :
Blogger Yard