Cloudflare\Zone\Settings::sort_query_string_for_cache PHP Метод

sort_query_string_for_cache() публичный Метод

Get Enable Query String Sort setting (permission needed: #zone_settings:read) CloudFlare will treat files with the same query strings as the same file in cache, regardless of the order of the query strings. This is limited to Enterprise Zones.
public sort_query_string_for_cache ( string $zone_identifier )
$zone_identifier string API item identifier tag
    public function sort_query_string_for_cache($zone_identifier)
    {
        return $this->get('zones/' . $zone_identifier . '/settings/sort_query_string_for_cache');
    }