PDO
PHP Manual

PDO::setAttribute

(PHP 5 >= 5.1.0, PECL pdo:0.1-1.0.3)

PDO::setAttribute Set an attribute

Description

bool PDO::setAttribute ( int $attribute , mixed $value )

Sets an attribute on the database handle. Some of the available generic attributes are listed below; some drivers may make use of additional driver specific attributes.

Valeurs de retour

Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.


PDO
PHP Manual