File manager - Edit - /home/web/vm-3fadc827.na4u.ru/www/bitrix/modules/im/lib/call/util.php
Back
<?php namespace Bitrix\Im\Call; class Util { /** * @param array $idList */ public static function getUsers(array $idList) { $result = []; foreach ($idList as $userId) { $result[$userId] = \Bitrix\Im\User::getInstance($userId)->getArray(['JSON' => 'Y', 'HR_PHOTO' => true]); } return $result; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.26 |
proxy
|
phpinfo
|
Settings