unquote($string)
Removes quotes from a string. If the string is already unquoted, this will return it unmodified.
unquote($string)
Removes quotes from a string. If the string is already unquoted, this will return it unmodified.
Examples:
unquote("foo") => foo
unquote(foo) => foo
Parameters:
Returns:
Raises:
Designed by : w10schools
service@w10schools.com
Please login to continue.