Changeset 48197 for trunk/src/wp-includes/class-wp-http-encoding.php
- Timestamp:
- 06/28/2020 11:47:45 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-encoding.php
r48067 r48197 24 24 * @since 2.8.0 25 25 * 26 * @param string $raw String to compress. 27 * @param int $level Optional, default is 9. Compression level, 9 is highest. 28 * @param string $supports Optional, not used. When implemented it will choose the right compression based on what the server supports. 26 * @param string $raw String to compress. 27 * @param int $level Optional. Compression level, 9 is highest. Default 9. 28 * @param string $supports Optional, not used. When implemented it will choose 29 * the right compression based on what the server supports. 29 30 * @return string|false False on failure. 30 31 */ … … 44 45 * 45 46 * @param string $compressed String to decompress. 46 * @param int $lengthThe optional length of the compressed data.47 * @param int $length The optional length of the compressed data. 47 48 * @return string|bool False on failure. 48 49 */
Note: See TracChangeset
for help on using the changeset viewer.