PHP string functions use the sample series-remove the strip_tags HTML and PHP markup functions

Source: Internet
Author: User
String & nbsp; strip_tags & nbsp; (& nbsp; string & nbsp; $ str & nbsp; [, & nbsp; string & nbsp; $ allowable_tags & nbsp;]) function: remove HTML and PHP tags from strings. Description: This function attempts to return the given string & nbsp; str & nb
string?strip_tags?(?string?$str?[,?string?$allowable_tags?] )

Function: Remove HTML and PHP tags from strings.

Description: This function attempts to return the given string?str? Removes the results marked by null characters, HTML, and PHP.

Parameters

str
Input string.
allowable_tags
Use the optional second parameter to specify the list of characters not to be removed.

Note::

HTML comments and PHP labels are also removed. This is hard-coded, so it cannot pass?allowable_tags? Parameters.

Return value:Returns the processed string.

Example

 Test section.

? Other texts '; echo? Strip_tags ($ text); echo? "\ N ";//? Allowed?

? And? Echo? Strip_tags ($ text ,? '

');?>

Running result:

Test section. Other text

Test section.

Other text

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.