diff options
| author | Jon Parise <jon@php.net> | 2002-09-30 03:02:52 +0000 |
|---|---|---|
| committer | Jon Parise <jon@php.net> | 2002-09-30 03:02:52 +0000 |
| commit | 033224784b0f687c0db2c5c6bc3d6b6a3398e26e (patch) | |
| tree | 63ced3b9315018e0151c1020bdc8d9eb73581e67 /ext/standard/basic_functions.h | |
| parent | 06ad8620db76dd85e0d03224bff6b2f5d219f34e (diff) | |
| download | php-git-033224784b0f687c0db2c5c6bc3d6b6a3398e26e.tar.gz | |
@ - Added getopt() for parsing command line options and arguments. (Jon)
Diffstat (limited to 'ext/standard/basic_functions.h')
| -rw-r--r-- | ext/standard/basic_functions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/basic_functions.h b/ext/standard/basic_functions.h index 07bd240fdc..83cc764fd6 100644 --- a/ext/standard/basic_functions.h +++ b/ext/standard/basic_functions.h @@ -50,6 +50,8 @@ PHP_FUNCTION(long2ip); PHP_FUNCTION(getenv); PHP_FUNCTION(putenv); +PHP_FUNCTION(getopt); + PHP_FUNCTION(get_current_user); PHP_FUNCTION(set_time_limit); |
