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

search for in the

mysqli_stmt::next_result> <mysqli_stmt::$insert_id
[edit] Last updated: Wed, 22 May 2013

view this page in

mysqli_stmt::more_results

mysqli_stmt_more_results

(No version information available, might only be in Git)

mysqli_stmt::more_results -- mysqli_stmt_more_resultsVérifie s'il y a encore des résultats depuis une requête multiple

Description

Style orienté objet (method):

public bool mysqli_stmt::more_results ( void )

Style procédural:

bool mysqli_stmt_more_results ( mysql_stmt $stmt )

Vérifie s'il y a encore des résultats depuis une requête multiple.

Liste de paramètres

stmt

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

Valeurs de retour

Retourne TRUE s'il y a encore des résultat, FALSE sinon.

Voir aussi



add a note add a note User Contributed Notes mysqli_stmt::more_results - [0 notes]
There are no user contributed notes for this page.

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