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 |
|---|
| addslashes(3) - php |
| mb_strtolower(3) - php |
| ucwords(3) - php |
| preg_quote(3) - php |
| sha1(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Perl - Grep function regular expression |
| Perl: Regex, string matching |
| How to find count total number of pattern in a file …? |
| Insterting column in csv from multiple files |