Request::fullUrlIs PHP Méthode

fullUrlIs() public static méthode

Determine if the current request URL and query string matches a pattern.
public static fullUrlIs ( ) : boolean
Résultat boolean
        public static function fullUrlIs()
        {
            return \Illuminate\Http\Request::fullUrlIs();
        }