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

search for in the

mysqli::multi_query> <mysqli::kill
[edit] Last updated: Fri, 17 May 2013

view this page in

mysqli::more_results

mysqli_more_results

(PHP 5)

mysqli::more_results -- mysqli_more_resultsCheck if there are any more query results from a multi query

Descrierea

Stil obiect-orientat

bool mysqli::more_results ( void )

Stil procedural

bool mysqli_more_results ( mysqli $link )

Indicates if one or more result sets are available from a previous call to mysqli_multi_query().

Parametri

link

Numai stilul procedural: Un identificator al legăturii întors de mysqli_connect() sau mysqli_init()

Valorile întoarse

Întoarce valoarea TRUE în cazul succesului sau FALSE în cazul eșecului.

Exemple

See mysqli_multi_query().

Vedeți de asemenea



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

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