mysql_fetch_object

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

説明

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

戻り値

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