update : 2015.11.03
php.shukuma.com검색:
|
PDO::getAttribute(PHP 5 >= 5.1.0, PECL pdo >= 0.2.0) PDO::getAttribute — Retrieve a database connection attribute 설명This function returns the value of a database connection attribute. To retrieve PDOStatement attributes, refer to PDOStatement::getAttribute(). Note that some database/driver combinations may not support all of the database connection attributes. 인수
반환값A successful call returns the value of the requested PDO attribute. An unsuccessful call returns null. 예제
Example #1 Retrieving database connection attributes
<?php 참고
|