Beschrijving
string
addslashes
( string str)
Geeft
een
string
weer
met
backslashes
voor
characters
die
moeten
worden
gequote
in
database
queries
etc
.
Deze
characters
zijn
single
quote
(
'
)
,
double
quote
(
"
)
,
backslash
(
\
)
en
NUL
(de
NULL
byte
)
.
magic_quotes_gpc
staat
standaard
AAN
.
Zie
ook
stripslashes(
)
,
htmlspecialchars(
)
,
en
quotemeta(
)
.