mixed CDBResult::Fetch()
The method Fetch obtains fields and values of a record and moves the pointer to the next record if more records are available in the result set.
Returns an array like Array("field"=>"value" [, ...]). If no more records are available, the method returns false.
<? $rsUser = CUser::GetByID($USER_ID); $arUser = $rsUser->Fetch(); ?>
© 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |