php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
pageinfo.c File Reference
#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)
 

Function Documentation

◆ PHP_FUNCTION() [1/5]

PHP_FUNCTION ( getlastmod )

Definition at line 154 of file pageinfo.c.

◆ PHP_FUNCTION() [2/5]

PHP_FUNCTION ( getmygid )

Definition at line 102 of file pageinfo.c.

◆ PHP_FUNCTION() [3/5]

PHP_FUNCTION ( getmyinode )

Definition at line 134 of file pageinfo.c.

◆ PHP_FUNCTION() [4/5]

PHP_FUNCTION ( getmypid )

Definition at line 118 of file pageinfo.c.

◆ PHP_FUNCTION() [5/5]

PHP_FUNCTION ( getmyuid )

Definition at line 86 of file pageinfo.c.

◆ php_getgid()

zend_long php_getgid ( void )

Definition at line 79 of file pageinfo.c.

◆ php_getlastmod()

PHPAPI time_t php_getlastmod ( void )

Definition at line 147 of file pageinfo.c.

◆ php_getuid()

zend_long php_getuid ( void )

Definition at line 72 of file pageinfo.c.

◆ php_statpage()

PHPAPI void php_statpage ( void )

Definition at line 51 of file pageinfo.c.