php-src/ext/standard/pageinfo.h

12 lines
180 B
C
Raw Normal View History

#ifndef _PROCESS_H
#define _PROCESS_H
1999-05-16 11:19:26 +00:00
PHP_FUNCTION(getmyuid);
PHP_FUNCTION(getmypid);
PHP_FUNCTION(getmyinode);
PHP_FUNCTION(getlastmod);
extern long _php3_getuid(void);
#endif