Query: quotemeta
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
QUOTEMETA(3) 1 QUOTEMETA(3) quotemeta - Quote meta charactersSYNOPSISstring quotemeta (string $str)DESCRIPTIONReturns a version of str with a backslash character ( ) before every character that is among these:PARAMETERSo $str - The input string.RETURN VALUESReturns the string with meta characters quoted, or FALSE if an empty string is given as $str.NOTESNote This function is binary-safe.SEE ALSOaddslashes(3), addcslashes(3), htmlentities(3), htmlspecialchars(3), nl2br(3), stripslashes(3), stripcslashes(3), ereg(3), preg_quote(3). PHP Documentation Group QUOTEMETA(3)
Related Man Pages |
---|
mb_strtolower(3) - php |
iconv_substr(3) - php |
mb_strtoupper(3) - php |
preg_quote(3) - php |
strlen(3) - php |
Similar Topics in the Unix Linux Community |
---|
Passing "|" in split function |
Perl: Regex, string matching |
Perl - grep issue in filenames with wildcards |
Insterting column in csv from multiple files |