<?php
class Test {
    function count_global_server() {
        return count($_SERVER);
    }
}
