1<?php
2class Test {
3    function count_global_server() {
4        return count($_SERVER);
5    }
6}
7