mysql.bind

mysql.bind

mysql.bind

Function

Appends a set of normal binding parameters.

Syntax

Parameters

ParametersTypeRequiredDefault valueDescription
valueNAnyNoNoneThe value to bind to the ? placeholder.

Return value

TypeDescription
MysqlReturns the new MySQL query builder.

Example

Notes

  • Bind can be called multiple times, and parameters will be appended in the order of calls.