php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php.h"
#include "pageinfo.h"
#include "SAPI.h"
#include <stdio.h>
#include <stdlib.h>
#include <sys/stat.h>
#include <sys/types.h>
#include "ext/standard/basic_functions.h"
Go to the source code of this file.
Functions | |
PHPAPI void | php_statpage (void) |
zend_long | php_getuid (void) |
zend_long | php_getgid (void) |
PHP_FUNCTION (getmyuid) | |
PHP_FUNCTION (getmygid) | |
PHP_FUNCTION (getmypid) | |
PHP_FUNCTION (getmyinode) | |
PHPAPI time_t | php_getlastmod (void) |
PHP_FUNCTION (getlastmod) | |
PHP_FUNCTION | ( | getlastmod | ) |
Definition at line 154 of file pageinfo.c.
PHP_FUNCTION | ( | getmygid | ) |
Definition at line 102 of file pageinfo.c.
PHP_FUNCTION | ( | getmyinode | ) |
Definition at line 134 of file pageinfo.c.
PHP_FUNCTION | ( | getmypid | ) |
Definition at line 118 of file pageinfo.c.
PHP_FUNCTION | ( | getmyuid | ) |
Definition at line 86 of file pageinfo.c.
Definition at line 79 of file pageinfo.c.
Definition at line 147 of file pageinfo.c.
Definition at line 72 of file pageinfo.c.
Definition at line 51 of file pageinfo.c.