(PHP 5 >= 5.3.0, PHP 7, PHP 8)
mysqli_stmt::next_result -- mysqli_stmt_next_result — Reads the next result from a multiple query
Estilo orientado à objeto
Estilo procedural:
Reads the next result from a multiple query.
Nota:
Prior to PHP 8.1.0, available only with mysqlnd.
stmt
Somente no estilo procedural: Um recurso statement retornado por mysqli_stmt_init().
Retorna true
em caso de sucesso ou false
em caso de falha.
Versão | Descrição |
---|---|
8.1.0 | Now also available when linking against libmysqlclient. |