php-src/ext/standard/pageinfo.h
1999-05-16 11:19:26 +00:00

12 lines
180 B
C

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