downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

PDOStatement::getColumnMeta> <PDOStatement::fetchObject
[edit] Last updated: Fri, 17 May 2013

view this page in

PDOStatement::getAttribute

(PHP 5 >= 5.1.0, PECL pdo >= 0.2.0)

PDOStatement::getAttribute Recupera un atributo de sentencia

Descripción

mixed PDOStatement::getAttribute ( int $attribute )

Obtiene un atributo de una sentencia. Actualemente, no existen atributos genéricos, sino solamente específicos del controlador:

  • PDO::ATTR_CURSOR_NAME (específico de Firebird y ODBC): Obtiene el nombre del cursor para UPDATE ... WHERE CURRENT OF.

Valores devueltos

Devuelve el valor del atributo.

Ver también



add a note add a note User Contributed Notes PDOStatement::getAttribute - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites