Visitor::ip PHP 메소드

ip() 공개 정적인 메소드

Returns the ip address of the current visitor
public static ip ( ) : string
리턴 string
    public static function ip()
    {
        return getenv('REMOTE_ADDR');
    }