PHP » PYTHON |
login |
register |
about
|
|
addcslashes(PHP 4, PHP 5) addcslashes — Quote string with slashes in a C style Description
string addcslashes
( string $str
, string $charlist
)
Returns a string with backslashes before characters that are listed in charlist parameter. Parameters
Return ValuesReturns the escaped string. Changelog
Examplescharlist like "\0..\37", which would escape all characters with ASCII code between 0 and 31. Example #1 addcslashes() example
<?php
See Also
|
more
Recently updated
more
Most requested
|