Changeset 49927 for trunk/src/wp-includes/class-wp-http-encoding.php
- Timestamp:
- 01/03/2021 10:02:13 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-encoding.php
r48197 r49927 46 46 * @param string $compressed String to decompress. 47 47 * @param int $length The optional length of the compressed data. 48 * @return string| boolFalse on failure.48 * @return string|false False on failure. 49 49 */ 50 50 public static function decompress( $compressed, $length = null ) { … … 99 99 * 100 100 * @param string $gzData String to decompress. 101 * @return string| boolFalse on failure.101 * @return string|false False on failure. 102 102 */ 103 103 public static function compatible_gzinflate( $gzData ) {
Note: See TracChangeset
for help on using the changeset viewer.