PDOStatement::errorCode <<< |
PDOStatement::errorInfo | PDOStatement::execute >>> |
8.96 Fonctions PDO 8 Référence des fonctions Manuel PHP . Introduction . Installation . Drivers PDO . Classes pré-définies . Constantes pré-définies . PDO::beginTransaction . PDO::commit . PDO::__construct . PDO::errorCode . PDO::errorInfo . PDO::exec . PDO::getAttribute . PDO::lastInsertId . PDO::prepare . PDO::query . PDO::quote . PDO::rollBack . PDO::setAttribute . PDOStatement::bindColumn . PDOStatement::bindParam . PDOStatement::columnCount . PDOStatement::errorCode ->PDOStatement::errorInfo . PDOStatement::execute . PDOStatement::fetch . PDOStatement::fetchAll . PDOStatement::fetchSingle . PDOStatement::getAttribute . PDOStatement::getColumnMeta . PDOStatement::rowCount . PDOStatement::setAttribute . PDOStatement::setFetchMode |
8.96.23 PDOStatement::errorInfo() Récupère les informations sur l'erreur associée lors dernière opération sur la requête[ Exemples avec pdostatement_errorinfo ] CVS uniquement array PDOStatement::errorInfo ( void )
PDOStatement::errorInfo retourne un tableau contenant des informations sur l'erreur survenu lors de la dernière opération exécutée par ce gestionnaire de requêtes. Le tableau contient les champs suivants :
|
<< | PDOStatement::errorInfo | >> |
PDOStatement::errorCode | Fonctions PDO | PDOStatement::execute |