Current Path : /var/www/www-root/data/www.catalog.monolith-realty.ru/bitrix/components/aspro/youtube/ |
Current File : /var/www/www-root/data/www.catalog.monolith-realty.ru/bitrix/components/aspro/youtube/functions.php |
<? function numberPrepare($number) { if((int)$number >= 1000000) { return (int)($number/1000000).'M'; } else if((int)$number >= 1000) { return (int)($number/1000).'K'; } else if((int)$number < 1000) { return (int)($number); } } ?>