bindValue() bindValue(mixed $value, integer $type = null, string $name = null) : string 单个参数绑定 Parameters mixed $value 绑定变量值 integer $type 绑定类型 string $name 绑定标识 Returns string
getBind() getBind(boolean $clear = true) : array 获取绑定的参数 并清空 Parameters boolean $clear 是否清空绑定数据 Returns array
bindParams() bindParams(string $sql, array $bind = array()) : void 参数绑定 Parameters string $sql 绑定的sql表达式 array $bind 参数绑定