PHP implementation code with a slash before a special character _ PHP Tutorial

Source: Internet
Author: User
PHP implements the code of adding a slash before a special character. Copy the code as follows :? Php $ zongziasdfasdf (asdfasdf? Asfdadsf); echo $ zongziquotemeta ($ zongzi); echobr; $ zongzistripslashes ($ zongzi); echo $ zongzi ;? PHPquotem The code is as follows:


$ Zongzi = "asdfasdf (asdfasdf? Asfdadsf )";
Echo $ zongzi = quotemeta ($ zongzi );
Echo"
";
$ Zongzi = stripslashes ($ zongzi );
Echo $ zongzi;
?>



PHP quotemeta () function
Definition and usage
The quotemeta () function adds a backslash before some predefined characters in the string.

The predefined characters are:

Period (.)
Backslash (\)
Plus sign (+)
Asterisk (*)
Question mark (?)
Square brackets ([])
Escape character (^)
Dollar sign ($)
Parentheses (())
Syntax
Quotemeta (string)
Parameters Description
String Required. Specifies the string to be checked.
Tips and comments
Tip: This function can be used to escape characters with special meanings, such as (), [], and * in SQL *.

The code is as follows:


$ Str = "Hello world. (can you hear me ?) ";
Echo quotemeta ($ str );
?>


Output:
Hello world \. \ (can you hear me \? \)

The http://www.bkjia.com/PHPjc/323994.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/323994.htmlTechArticle code is as follows :? Php $ zongzi = "asdfasdf (asdfasdf? Asfdadsf) "; echo $ zongzi = quotemeta ($ zongzi); echo" br/"; $ zongzi = stripslashes ($ zongzi); echo $ zongzi ;? PHP quotem...

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.