odbc_connection_string_is_quoted
(PHP 8 >= 8.2.0)
odbc_connection_string_is_quoted — Determines if an ODBC connection string value is quoted
Description
Determines if a string is properly quoted for an ODBC connection string value. ODBC connection string quoting is performed using curly braces, and ending braces within a string must be escaped through repeating them twice, similar to SQL quoting.
Parameters
strThe string to check for quoting.
See Also
- odbc_connection_string_quote() - Quotes an ODBC connection string value
- odbc_connection_string_should_quote() - Determines if an ODBC connection string value should be quoted
↑ and ↓ to navigate • Enter to select • Esc to close • / to open