mirror of
https://github.com/php/php-src.git
synced 2024-11-26 03:16:33 +08:00
8 lines
165 B
C
8 lines
165 B
C
#ifndef _SAFE_MODE_H_
|
|
#define _SAFE_MODE_H_
|
|
|
|
extern PHPAPI int php_checkuid(const char *filename, int mode);
|
|
extern PHPAPI char *php_get_current_user(void);
|
|
|
|
#endif
|