quote($string)
Add quotes to a string if the string isn’t quoted, or returns the same string if it is.
quote($string)
Add quotes to a string if the string isn’t quoted, or returns the same string if it is.
Examples:
quote("foo") => "foo"
quote(foo) => "foo"
Parameters:
Returns:
Raises:
Designed by : w10schools
service@w10schools.com
Please login to continue.