odbc_connection_string_is_quoted
Determines if an ODBC connection string value is quoted
Description
bool odbc_connection_string_is_quoted(string $str)
Parameters
-
str
-
The string to check for quoting.
Return Values
true if quoted properly, false if not.
See Also
- odbc_connection_string_quote
- odbc_connection_string_should_quote