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
[edit] Last updated: Fri, 25 May 2012

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

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 ou FALSE si une erreur survient.

Voir aussi



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

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