DB_common::query() | DB_common::quoteIdentifier() |
DB | |
PEAR Manual | |
string quote (
string $string
)
Quotes a string database-dependent, so it can be safely used in a query
This method has been deprecated. Use quoteSmart() or escapeSimple() instead.
the input string to quote
string - the quoted string.
This function can not be called statically.
Warning |
This function is deprecated. That means that future versions of this package may not support it anymore. |
Deprecated in release 1.6.0.
DB_common::query() | DB_common::quoteIdentifier() |
DB | |
PEAR Manual | |