Searched defs:allow_len (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/ext/standard/ |
| H A D | string.c | 4281 PHPAPI size_t php_strip_tags(char *rbuf, int len, int *stateptr, char *allow, int allow_len) /* {{{ */ argument 4283 return php_strip_tags_ex(rbuf, len, stateptr, allow, allow_len, 0); 4307 PHPAPI size_t php_strip_tags_ex(char *rbuf, int len, int *stateptr, char *allow, int allow_len, zend_bool allow_tag_spaces) argument 4323 php_strtolower(allow, allow_len);
|
Completed in 11 milliseconds