Solar_Sql_Select::quote()

public string Solar_Sql_Select::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



Local