No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

Rechercher une fonction PHP

mysqli::more_results

mysqli_more_results

(PHP 5, PHP 7)

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

PHP: mysqli::more_results - Manual Home of Manuel PHP  Contents Haut

Description

Object oriented style

mysqli::more_results ( void ) : bool

Procedural style

mysqli_more_results ( mysqli $link ) : bool

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

PHP: mysqli::more_results - Manual Home of Manuel PHP  Contents Haut

Parameters

link

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

PHP: mysqli::more_results - Manual Home of Manuel PHP  Contents Haut

Return Values

Returns TRUE if one or more result sets are available from a previous call to mysqli_multi_query(), otherwise FALSE.

PHP: mysqli::more_results - Manual Home of Manuel PHP  Contents Haut

See Also

Find a PHP function
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph