Request::fullUrlIs PHP Метод

fullUrlIs() публичный статический метод

Determine if the current request URL and query string matches a pattern.
public static fullUrlIs ( ) : boolean
Результат boolean
        public static function fullUrlIs()
        {
            return \Illuminate\Http\Request::fullUrlIs();
        }