PHP PDOStatement::getAttribute讲解
程序员文章站
2023-11-23 17:40:40
pdostatement::getattribute
pdostatement::getattribute — 检索一个语句属性(php 5 >= 5.1.0, p...
pdostatement::getattribute
pdostatement::getattribute — 检索一个语句属性(php 5 >= 5.1.0, pecl pdo >= 0.2.0)
说明
语法
mixed pdostatement::getattribute ( int $attribute )
得到语句的一个属性。当前,不存在通用的属性,只有驱动特定的属性:
pdo::attr_cursor_name (firebird 和 odbc 特性): 获取 update ... where current of 的游标名称。
返回值
返回属性值。
总结
以上就是这篇文章的全部内容了,希望本文的内容对大家的学习或者工作具有一定的参考学习价值,谢谢大家对的支持。如果你想了解更多相关内容请查看下面相关链接
推荐阅读