summaryrefslogtreecommitdiff
path: root/ext/standard/php_string.h
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2000-09-10 05:59:16 +0000
committerSterling Hughes <sterling@php.net>2000-09-10 05:59:16 +0000
commit0b9a78cb1e3656de3ce5ffbf591528fd7e34d5ee (patch)
treeee1afc3be9b9fd3d8df7cfad7e7c63614e1f3f07 /ext/standard/php_string.h
parentf020f3eaa57646ac3e8bbfd8a0690f3bc4d5cd45 (diff)
downloadphp-git-0b9a78cb1e3656de3ce5ffbf591528fd7e34d5ee.tar.gz
@- Added the pathinfo() function. (Sterling)
Diffstat (limited to 'ext/standard/php_string.h')
-rw-r--r--ext/standard/php_string.h1
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);