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, 24 May 2013

view this page in

mysqli::more_results

mysqli_more_results

(PHP 5)

mysqli::more_results -- mysqli_more_resultsVerifica se há mais algum resultado de uma multi query

Descrição

bool mysqli::more_results ( void )
bool mysqli_more_results ( mysqli $link )

Indica se um ou mais conjunto de resultados estão disponíveis de uma chamada anterior a mysqli_multi_query().

Parâmetros

link

Procedural style only: A link identifier returned by mysqli_connect() or mysqli_init()

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em caso de falha.

Exemplos

Veja mysqli_multi_query().

Veja Também



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 | stats | sitemap | contact | advertising | mirror sites