PHP 8.1.28 Released!

SqlStatementResult::getWarnings

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

SqlStatementResult::getWarningsGet warnings from last operation

Descrição

public mysql_xdevapi\SqlStatementResult::getWarnings(): array

Aviso

Esta função não está documentada; apenas a lista de argumentos está disponível.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

An array of Warning objects from the last operation. Each object defines an error 'message', error 'level', and error 'code'. An empty array is returned if no errors are present.

Exemplos

Exemplo #1 mysql_xdevapi\SqlStatementResult::getWarnings() example

<?php

/* ... */

?>
add a note

User Contributed Notes

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