(no version information, might be only in CVS)
PDO::getAttribute --
Retrieve a database connection attribute
Descripción
mixed
PDO::getAttribute ( int attribute )
Aviso |
Esta función
es EXPERIMENTAL. Esto significa que el
comportamiento de esta función, el nombre de esta
función y en definitiva TODO lo documentado sobre esta
función, puede cambiar en una futura version de PHP SIN
AVISO. La advertencia queda hecha, y utilizar esta extensión
queda bajo su propia responsabilidad. |
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.