diff options
author | Sascha Schumann <sas@php.net> | 1999-05-16 11:12:23 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-05-16 11:12:23 +0000 |
commit | ed8a7dff62baac1396edd66770bfc70f2f5f8097 (patch) | |
tree | 71048e61c215ab524b0233a20db9e5b7c8a81f13 /ext/standard/php3_string.h | |
parent | d886b84ef4c6ca83ca73954c8f68bec049c5c672 (diff) | |
download | php-git-ed8a7dff62baac1396edd66770bfc70f2f5f8097.tar.gz |
add fast bin2hex string function
Diffstat (limited to 'ext/standard/php3_string.h')
-rw-r--r-- | ext/standard/php3_string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php3_string.h b/ext/standard/php3_string.h index 04c2f79f95..af90dbec5f 100644 --- a/ext/standard/php3_string.h +++ b/ext/standard/php3_string.h @@ -79,6 +79,7 @@ extern void php3_setlocale(INTERNAL_FUNCTION_PARAMETERS); extern void php3_stristr(INTERNAL_FUNCTION_PARAMETERS); extern void php3_chunk_split(INTERNAL_FUNCTION_PARAMETERS); extern void php3_parsestr(INTERNAL_FUNCTION_PARAMETERS); +PHP_FUNCTION(bin2hex); extern PHPAPI char *_php3_strtoupper(char *s); extern PHPAPI char *_php3_strtolower(char *s); |