改进注释

改进注释
This commit is contained in:
tb
2017-03-30 14:26:57 +08:00
committed by ThinkPHP
parent 8de5a3ffdf
commit 5d2a1bb61c
2 changed files with 4 additions and 6 deletions

View File

@@ -340,13 +340,9 @@ abstract class Connection
/**
* 执行查询 返回数据集
* @access public
* @param string $sql sql指令
* @param array $bind 参数绑定
* @param bool $master 是否在主服务器读操作
* @param bool $class 是否返回PDO对象
* @param string $sql sql指令
* @param array $bind 参数绑定
* @param boolean $master 是否在主服务器读操作
* @param bool $master 是否在主服务器读操作
* @param bool $pdo 是否返回PDO对象
* @return mixed
* @throws BindParamException