Your IP : 3.140.188.195


Current Path : /var/www/www-root/data/www/www.monolith-realty.ru/bitrix/components/aspro/youtube/
Upload File :
Current File : /var/www/www-root/data/www/www.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);
	}
}
?>