php-src/ext/standard/pageinfo.h
1999-12-17 19:51:39 +00:00

12 lines
178 B
C

#ifndef _PROCESS_H
#define _PROCESS_H
PHP_FUNCTION(getmyuid);
PHP_FUNCTION(getmypid);
PHP_FUNCTION(getmyinode);
PHP_FUNCTION(getlastmod);
extern long php_getuid(void);
#endif