diff options
author | Sterling Hughes <sterling@php.net> | 2000-09-10 05:59:16 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2000-09-10 05:59:16 +0000 |
commit | 0b9a78cb1e3656de3ce5ffbf591528fd7e34d5ee (patch) | |
tree | ee1afc3be9b9fd3d8df7cfad7e7c63614e1f3f07 /ext/standard/php_string.h | |
parent | f020f3eaa57646ac3e8bbfd8a0690f3bc4d5cd45 (diff) | |
download | php-git-0b9a78cb1e3656de3ce5ffbf591528fd7e34d5ee.tar.gz |
@- Added the pathinfo() function. (Sterling)
Diffstat (limited to 'ext/standard/php_string.h')
-rw-r--r-- | ext/standard/php_string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h index 2021021907..6f247e0df2 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -42,6 +42,7 @@ PHP_FUNCTION(strtoupper); PHP_FUNCTION(strtolower); PHP_FUNCTION(basename); PHP_FUNCTION(dirname); +PHP_FUNCTION(pathinfo); PHP_FUNCTION(strstr); PHP_FUNCTION(strpos); PHP_FUNCTION(strrpos); |