php-internal-docs
8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
fpm_clock.h
Go to the documentation of this file.
1
/* (c) 2007,2008 Andrei Nigmatulin */
2
3
#ifndef FPM_CLOCK_H
4
#define FPM_CLOCK_H 1
5
6
#include <sys/time.h>
7
8
int
fpm_clock_init
(
void
);
9
int
fpm_clock_get
(
struct
timeval *
tv
);
10
11
#endif
fpm_clock_init
int fpm_clock_init(void)
Definition
fpm_clock.c:105
fpm_clock_get
int fpm_clock_get(struct timeval *tv)
Definition
fpm_clock.c:110
tv
struct timeval tv
Definition
session.c:1280
sapi
fpm
fpm
fpm_clock.h
Generated on Sat Aug 23 2025 01:46:13 for php-internal-docs by
1.13.2