=1000) { $c++; $a = $a/1000; } return number_format($a,($c ? 2 : 0),",",".")." ".$unim[$c]; } // Check, if there is not content into URL return 'false' function breakdrm($url) { @$headers = get_headers($url); if (preg_match('/^HTTP\/\d\.\d\s+(403)/', $headers[0])){ return false; } else { return true; } }