mysqli_stmt
PHP Manual

mysqli_stmt::more_results

mysqli_stmt_more_results

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

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

Opis

Styl obiektowy (method):

public bool mysqli_stmt::more_results ( void )

Styl proceduralny:

bool mysqli_stmt_more_results ( mysql_stmt $stmt )

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

Parametry

stmt

Tylko styl proceduralny: Identyfikator stanu zwrócony przez mysqli_stmt_init().

Zwracane wartości

Returns TRUE if more results exist, otherwise FALSE.

Zobacz też:


mysqli_stmt
PHP Manual