超越PHP PHP动态 | 经典文章 | CLASS | 相关下载 | 常见问题 | FORUM | WIKI | 在线手册
Site search:    
<quoted_printable_decodertrim>
Last updated: Fri, 22 Jun 2007

quotemeta

(PHP 3, PHP 4 , PHP 5)

quotemeta -- Quote meta characters

Description

string quotemeta ( string str)

Returns a version of str with a backslash character (\) before every character that is among these:
. \\ + * ? [ ^ ] ( $ )

注: 该函数适用于二进制对象!

See also addslashes(), htmlentities(), htmlspecialchars(), nl2br(), and stripslashes().




add a note add a note User Contributed Notes
quotemeta
04-Apr-2001 03:04
qutemeta() is note for quoting meta tags, but is for quoting characters which can be misunderstanded by php or a database.

<quoted_printable_decodertrim>
 Last updated: Fri, 22 Jun 2007
view source | feedback | send page | sitemap | aboutus   
Copyright ® 2002-2003 PHPE.NET. All rights reserved
Last updated:2002-11-22