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

search for in the

mysqli_stmt::attr_set> <mysqli_stmt->affected_rows
Last updated: Fri, 14 Aug 2009

view this page in

mysqli_stmt::attr_get

mysqli_stmt_attr_get

(PHP 5)

mysqli_stmt::attr_get -- mysqli_stmt_attr_getRécupère la valeur courante d'un attribut de requête

Description

Style orienté objet (méthode)

int mysqli_stmt::attr_get ( int $attr )

Style procédural

int mysqli_stmt_attr_get ( mysqli_stmt $stmt , int $attr )

Récupère la valeur courante d'un attribut de requête.

Liste de paramètres

stmt

Style procédural uniquement : Un identifiant de requête retourné par la fonction mysqli_stmt_init().

attr

L'attribut que vous voulez récupérer.

Valeurs de retour

Retourne FALSE si l'attribut n'a pas été trouvé ou la valeur de l'attribut en cas de succès.



add a note add a note User Contributed Notes
mysqli_stmt::attr_get
There are no user contributed notes for this page.

mysqli_stmt::attr_set> <mysqli_stmt->affected_rows
Last updated: Fri, 14 Aug 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites