Previous Page
order()

Solar_Sql_Select
quote()

Next Page
quoteInto()

quote()

public string quote ( mixed $val )

Safely quotes a value for an SQL statement.

Parameters

  • (mixed) $val: The value to quote.

Returns

  • (string) An SQL-safe quoted value (or a string of separated-and-quoted values).

Description

Safely quotes a value for an SQL statement.

See Also