int CUser::GetID()
The method GetID returns the authorized user ID (usually called from the $USER object).
<?
global $USER;
echo "[".$USER->GetID()."] (".$USER->GetLogin().") ".$USER->GetFullName();
?>
| © 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |