phprs\BindParams::getParams PHP Method

getParams() public method

获取绑定参数信息
public getParams ( ) : array
return array [ [输入参数位置=>[是否常量, 值, 参数信息]], ...] 其中参数信息形式 [变量名, 是否引用, 是否有默认值, 默认值]
    public function getParams()
    {
        return $this->params;
    }