Compzone.Org :: Podręcznik PHP :: quotemeta
Która technologia najbardziej Cię interesuje?
PHP
ASP
AJAX
SQL
JavaScript
Inna
Sonda Wyniki

Add to Google

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:

. \ + * ? [ ^ ] ( $ )

Notatka: Ta funkcja jest bezpieczna dla danych binarnych.

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

Copyright © 2005-2006 Compzone.Org. Kopiowanie i wykorzystywanie materiałów zawartych na tej stronie bez zgody autora zabronione!