redirect::GET PHP 메소드

GET() 공개 메소드

public GET ( )
    function GET()
    {
        header('Location: /info');
    }
redirect