| I. | Na początek | |
| II. | Instalacja i konfiguracja | |
| III. | Opis języka | |
| IV. | Bezpieczeństwo | |
| V. | Możliwości | |
| VI. | Opis funkcji | |
| VII. | Zend API | |
| VIII. | PHP API: Interfejs rozszerzeń | |
| X. | Dodatki | |
Copyright © 1997-2006 the PHP Documentation Group
(PHP 5)
mysqli_warning_count(no version information, might be only in CVS)
mysqli->warning_count -- Returns the number of warnings from the last query for the given linkProcedural style:
int mysqli_warning_count ( mysqli link )Object oriented style (property):
class mysqli {mysqli_warning_count() returns the number of warnings from the last query in the connection represented by the link parameter.
Notatka: For retrieving warning messages you can use the SQL command SHOW WARNINGS [limit row_count].
Przykład 2. Procedural style
|
Powyższy przykład wyświetli:
Warning (1264): Data truncated for column 'Name' at row 1 |
| Poprzedni | Spis treści | Następny |
| mysqli_use_result | Początek rozdziału | Ncurses Terminal Screen Control Functions |