Request::fullUrlWithQuery PHP Метод

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

Get the full URL for the request with the added query string parameters.
public static fullUrlWithQuery ( array $query ) : string
$query array
Результат string
        public static function fullUrlWithQuery($query)
        {
            return \Illuminate\Http\Request::fullUrlWithQuery($query);
        }