blob: 3c0a3a1e45fa8d25b8861e5a8ab75a3d0dfabdc9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef PAGEINFO_H
#define PAGEINFO_H
PHP_FUNCTION(getmyuid);
PHP_FUNCTION(getmypid);
PHP_FUNCTION(getmyinode);
PHP_FUNCTION(getlastmod);
extern long php_getuid(void);
#endif
|