2024 年 PHP Conference Japan

SqlStatementResult::getWarningsCount

(沒有版本資訊,可能只在 Git 中)

SqlStatementResult::getWarningsCount取得上次操作的警告數量

說明

public mysql_xdevapi\SqlStatementResult::getWarningCounts(): int

警告

此函式目前沒有說明文件;僅提供其參數列表。

參數

此函式沒有參數。

回傳值

在上次 CRUD 操作期間引發的警告數量。

範例

範例 #1 mysql_xdevapi\SqlStatementResult::getWarningsCount() 範例

<?php

/* ... */

?>
新增筆記

使用者貢獻的筆記

此頁面沒有使用者貢獻的筆記。
To Top