php-src/ext/standard/pageinfo.h

12 lines
178 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);
1999-12-17 19:51:39 +00:00
extern long php_getuid(void);
#endif