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

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

This will bypass CloudFlare's accelerated cache and slow down your site, but is useful if you are making changes to cacheable content (like images, css, or JavaScript) and would like to see those changes right away. Once entered, development mode will last for 3 hours and then automatically toggle off.
public development_mode ( string $zone_identifier )
$zone_identifier string API item identifier tag
    public function development_mode($zone_identifier)
    {
        return $this->get('zones/' . $zone_identifier . '/settings/development_mode');
    }