Home
last modified time | relevance | path

Searched refs:php_strip_tags (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/standard/
H A Dphp_string.h132 PHPAPI size_t php_strip_tags(char *rbuf, size_t len, uint8_t *state, const char *allow, size_t allo…
H A Dfilters.c218 …bucket->buflen = php_strip_tags(bucket->buf, bucket->buflen, &(inst->state), inst->allowed_tags, i… in strfilter_strip_tags_filter()
H A Dfile.c1129 …retval_len = php_strip_tags(retval, actual_len, &stream->fgetss_state, allowed_tags, allowed_tags_… in PHP_FUNCTION()
H A Dstring.c5143 PHPAPI size_t php_strip_tags(char *rbuf, size_t len, uint8_t *stateptr, const char *allow, size_t a… function
/PHP-7.4/docs/
H A Dinput-filter.md139 php_strip_tags(*val, val_len, NULL, NULL, 0);

Completed in 41 milliseconds