php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#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) |