php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
time.c File Reference
#include <config.w32.h>
#include "time.h"
#include "unistd.h"
#include "signal.h"
#include <windows.h>
#include <winbase.h>
#include <mmsystem.h>
#include <errno.h>
#include "php_win32_globals.h"

Go to the source code of this file.

Functions

PHPAPI int gettimeofday (struct timeval *time_Info, struct timezone *timezone_Info)
 
PHPAPI int usleep (unsigned int useconds)
 
PHPAPI int nanosleep (const struct timespec *rqtp, struct timespec *rmtp)
 

Function Documentation

◆ gettimeofday()

PHPAPI int gettimeofday ( struct timeval * time_Info,
struct timezone * timezone_Info )

Definition at line 50 of file time.c.

◆ nanosleep()

PHPAPI int nanosleep ( const struct timespec * rqtp,
struct timespec * rmtp )

Definition at line 80 of file time.c.

◆ usleep()

PHPAPI int usleep ( unsigned int useconds)

Definition at line 66 of file time.c.