Documentation

GetFullName

string CUser::GetFullName()

The method returns the first and last names of the authorized user separated with a space (usually called from the $USER object). Non-static method.

Parameters

No parameters.

See Also

Examples of use

<?
global $USER;
echo "[".$USER->GetID()."] (".$USER->GetLogin().") ".$USER->GetFullName();
?>


© «Bitrix24», 2001-2024
Up