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)