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

search for in the

maxdb_stmt_data_seek> <maxdb_stmt_close_long_data
Last updated: Fri, 14 Aug 2009

view this page in

maxdb_stmt_close

maxdb_stmt->close

(PECL maxdb >= 1.0)

maxdb_stmt_close -- maxdb_stmt->closeFerme une requête préparée

Description

Style procédural :

bool maxdb_stmt_close ( resource $stmt )

Style orienté objet (méthode) :

maxdb_stmt
bool maxdb_stmt->close ( void )

Ferme une requête préparée. maxdb_stmt_close() Libère également le gestionnaire de requête représenté par stmt . Si la requête courante est en attente ou a des résultats non lus, cette fonction s'interrompt et ainsi, la prochaine requête peut être exécutée.

Valeurs de retour

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

Voir aussi



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

maxdb_stmt_data_seek> <maxdb_stmt_close_long_data
Last updated: Fri, 14 Aug 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites