mysqli_stmt
PHP Manual

mysqli_stmt::more_results

mysqli_stmt_more_results

(PHP 5)

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

Descrizione

Stile orientato agli oggetti (method):

public bool mysqli_stmt::more_results ( void )

Stile procedurale:

bool mysqli_stmt_more_results ( mysql_stmt $stmt )

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

Elenco dei parametri

stmt

Solo nello stile procedurale: un identificatore di statement restituito da mysqli_stmt_init().

Valori restituiti

Returns TRUE if more results exist, otherwise FALSE.

Vedere anche:


mysqli_stmt
PHP Manual