The phpstrip_tags () function filters html and XML tags/elements in strings.

Source: Internet
Author: User
The phpstrip_tags () function is used to remove HTML, XML, and PHP tags from strings. This article introduces the use and basic use examples of strip_tags () functions to coders. For more information, see the definition and usage of strip_tags in this article.

The strip_tags () function removes HTML, XML, and PHP tags from strings.

Note: This function will always strip HTML comments. This cannot be changed through the allow parameter.

Note: This function is binary secure.

Syntax
strip_tags(string,allow)
Parameters Description
String Required. Specifies the string to be checked.
Allow Optional. The label that is allowed. These tags are not deleted.

Return value
Return value: Returns the stripped string.
PHP version: 4 +
Update Log:

Since PHP 5.0, this function is binary secure.

Since PHP 4.3, this function will always strip HTML comments.

Instance

Removes the HTML tag from the string, but allowsTags:

 world!","");?>

Online operation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.