mysqli_stmt::more_results

mysqli_stmt_more_results

(PHP 5 >= 5.3.0)

mysqli_stmt::more_results -- mysqli_stmt_more_resultsCheck if there are more query results from a multiple query

Опис

Об'єктно-орієнтований стиль (method):

public bool mysqli_stmt::more_results ( void )

Процедурний стиль:

bool mysqli_stmt_more_results ( mysql_stmt $stmt )

Checks if there are more query results from a multiple query.

Параметри

stmt

Procedural style only: A statement identifier returned by mysqli_stmt_init().

Значення, що повертаються

Returns TRUE if more results exist, otherwise FALSE.

Лише Рідний Драйвер MySQL

Available only with mysqlnd.

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top