   #PHP Manual Date and Time functions getdate gmdate

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                 gettimeofday

   (PHP 3>= 3.0.7, PHP 4 )
   gettimeofday -- Get current time

Description

   array gettimeofday ( void )

   This is an interface to gettimeofday(2). It returns an associative
   array containing the data returned from the system call.

     * "sec" - seconds
     * "usec" - microseconds
     * "minuteswest" - minutes west of Greenwich
     * "dsttime" - type of dst correction
   ______________________________________________________________________

   Prev    Home   Next
   getdate  Up  gmdate
