SqlStatementResult::getWarningsCount

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

SqlStatementResult::getWarningsCountGet warning count from last operation

Açıklama

public mysql_xdevapi\SqlStatementResult::getWarningCounts(): int

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece bağımsız değişken listesi mevcuttur.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

The number of warnings raised during the last CRUD operation.

Örnekler

Örnek 1 mysql_xdevapi\SqlStatementResult::getWarningsCount() example

<?php

/* ... */

?>
add a note

User Contributed Notes

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