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