diff options
author | Felipe Pena <felipe@php.net> | 2008-11-02 18:24:34 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2008-11-02 18:24:34 +0000 |
commit | 8f12025b214c950ba2ad98d9634589659fd14ef2 (patch) | |
tree | 97f4de0915b41988046b704dbc30f830a9acac49 /ext/standard/php_string.h | |
parent | 3e543f246446e7eba4c0edb9936874949543334a (diff) | |
download | php-git-8f12025b214c950ba2ad98d9634589659fd14ef2.tar.gz |
- MFH: Added str_getcsv()
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 e74609d79b..718f96ec9a 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -76,6 +76,7 @@ PHP_FUNCTION(nl_langinfo); PHP_FUNCTION(stristr); PHP_FUNCTION(chunk_split); PHP_FUNCTION(parse_str); +PHP_FUNCTION(str_getcsv); PHP_FUNCTION(bin2hex); PHP_FUNCTION(similar_text); PHP_FUNCTION(strip_tags); |