Documentation

Fetch

mixed
CDBResult::Fetch()

Retrieves field values into an array. Returns array of the Array("field"=>"value" [, ...]) type and moves pointer to the net record. If the last record is reached (or there are no more records in the result) - the method returns "false". Non-static method.

Parameters

No parameters.

See Also

Examples of use

<?
$rsUser = CUser::GetByID($USER_ID);
$arUser = $rsUser->Fetch();
?>


© «Bitrix24», 2001-2024
Up