php man page for quotemeta

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 characters

SYNOPSIS
string quotemeta (string $str)
DESCRIPTION
Returns a version of str with a backslash character ( ) before every character that is among these:
PARAMETERS
o $str - The input string.
RETURN VALUES
Returns the string with meta characters quoted, or FALSE if an empty string is given as $str.
NOTES
Note This function is binary-safe.
SEE ALSO
addslashes(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
addcslashes(3) - php
iconv_substr(3) - php
preg_quote(3) - php
Similar Topics in the Unix Linux Community
Perl - Grep function regular expression
How to find count total number of pattern in a file …?
Insterting column in csv from multiple files