| 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_num_fields(no version information, might be only in CVS)
result->field_count -- Get the number of fields in a resultProcedural style:
int mysqli_num_fields ( mysqli_result result )Object oriented style (property):
class mysqli_result {mysqli_num_fields() returns the number of fields from specified result set.
Przykład 2. Procedural style
|
Powyższy przykład wyświetli:
Result set has 5 fields. |
| Poprzedni | Spis treści | Następny |
| mysqli_next_result | Początek rozdziału | mysqli_num_rows |