Solar_Sql_Select::unbind()

public Solar_Sql_Select Solar_Sql_Select::unbind ( mixed $spec = NULL )

Unsets bound data.

Parameters

  • (mixed) $spec: The key to unset. If a string, unsets that one bound value; if an array, unsets the list of values; if empty, unsets all bound values (the default).

Returns

  • (Solar_Sql_Select)

Description

Unsets bound data.



Local