
Druckansicht von http://www.php-homepage.de/manual/class.mysqli-result.php
The mysqli_result class(PHP 5) EinführungRepresents the result set obtained from a query against the database. Changelog
Klassenbeschreibung
mysqli_result
implements
Traversable
{
/* Eigenschaften */
int $current_field
;
int $field_count;
array $lengths;
int $num_rows;
/* Methoden */
}Inhaltsverzeichnis
|