mysql_fetch_object

Example

 object mysql_fetch_object ( resource $result [, string $class_name [, array $params ]] ) 

Description

Returns an object with properties that correspond to the fetched row and moves the internal data pointer ahead.

Return Values

Returns an object with string properties that correspond to the fetched row, or FALSE if there are no more rows.