WP_Http_Encoding::is_available

Advertisement

Summery Summery

Whether decompression and compression are supported by the PHP version.

Syntax Syntax

WP_Http_Encoding::is_available()

Description Description

Each function is tested instead of checking for the zlib extension, to ensure that the functions all exist in the PHP version and aren’t disabled.

Return Return

(bool)

Source Source

File: wp-includes/class-wp-http-encoding.php

	 * @return bool
	 */
	public static function is_available() {

Advertisement

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.

Advertisement

Leave a Reply