diff options
author | Andrey Hristov <andrey@php.net> | 1999-07-23 22:35:14 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 1999-07-23 22:35:14 +0000 |
commit | 244cc30c144a3b5fb6842fe07b531097d281835e (patch) | |
tree | a59bfc52ca4741f54920b4fb6a0125e1896d7852 /ext/standard/php3_string.h | |
parent | a30af3e35509d4d64862fc6631c21a05d2f85bdc (diff) | |
download | php-git-244cc30c144a3b5fb6842fe07b531097d281835e.tar.gz |
Added function entry for strip_tags.
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 0619a58d76..111138ab36 100644 --- a/ext/standard/php3_string.h +++ b/ext/standard/php3_string.h @@ -83,6 +83,7 @@ PHP_FUNCTION(chunk_split); PHP_FUNCTION(parsestr); PHP_FUNCTION(bin2hex); PHP_FUNCTION(similar_text); +PHP_FUNCTION(strip_tags); extern PHPAPI char *_php3_strtoupper(char *s); extern PHPAPI char *_php3_strtolower(char *s); |