<? function showfilesize( $url ){static $regex ='/^Content-Length:*+Kd++$/im' ; if(isset( $http_response_header )&& preg_match ($regex ,implode ("n" , $http_response_header), $matches )){ return(int) $matches [ 0]; } } ?>
<? function showfilesize( $url ){static $regex ='/^Content-Length:*+Kd++$/im' ; if(isset( $http_response_header )&& preg_match ($regex ,implode ("n" , $http_response_header), $matches )){ return(int) $matches [ 0]; } } ?>