string CUser::GetLastName()
The method GetLastName returns the last name of the authorized user (usually called from the $USER object).
<?
global $USER;
echo "[".$USER->GetID()."] (".$USER->Login().") ".$USER->GetFirstName()." ".$USER->GetLastName();
?>
| © 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |