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

search for in the

mysqli_stmt::attr_set> <mysqli_stmt::$affected_rows
[edit] Last updated: Fri, 24 May 2013

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

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 - [0 notes]
There are no user contributed notes for this page.

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