php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
microtime.c File Reference
#include "php.h"
#include <sys/time.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <errno.h>
#include "ext/date/php_date.h"

Go to the source code of this file.

Macros

#define NUL   '\0'
 
#define MICRO_IN_SEC   1000000.00
 
#define SEC_IN_MIN   60
 

Macro Definition Documentation

◆ MICRO_IN_SEC

#define MICRO_IN_SEC   1000000.00

Definition at line 42 of file microtime.c.

◆ NUL

#define NUL   '\0'

Definition at line 41 of file microtime.c.

◆ SEC_IN_MIN

#define SEC_IN_MIN   60

Definition at line 43 of file microtime.c.