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:
Please login to continue.
Please login to continue.