Request::getUserInfo PHP Méthode

getUserInfo() public static méthode

Gets the user info.
public static getUserInfo ( ) : string
Résultat string A user name and, optionally, scheme-specific information about how to gain authorization to access the server
        public static function getUserInfo()
        {
            //Method inherited from \Symfony\Component\HttpFoundation\Request
            return \Illuminate\Http\Request::getUserInfo();
        }