Skip to content

Instantly share code, notes, and snippets.

@bizmedia
Created February 27, 2014 17:17
Show Gist options
  • Save bizmedia/9254623 to your computer and use it in GitHub Desktop.
Save bizmedia/9254623 to your computer and use it in GitHub Desktop.
Получить Логин и Email пользователя 1С-Битрикс
<?
global $USER;
// Получить Логин и Email пользователя 1С-Битрикс
$login = $USER->GetLogin();
$email = $USER->GetEmail();
//
// см: https://dev.1c-bitrix.ru/api_help/main/reference/cuser/getid.php
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment