Добавить iblock/users.md

This commit is contained in:
2026-01-27 12:02:57 +00:00
parent 2e8342c6bf
commit 50a0e6026f

7
iblock/users.md Normal file
View File

@@ -0,0 +1,7 @@
### Получить пользователя
```php
$user = \Bitrix\Main\Engine\CurrentUser::get();
$rsUser = CUser::GetByID($user->getId());
$arUser = $rsUser->Fetch();
```