Changeset 42746 for trunk/src/wp-includes/class-wp-http-encoding.php
- Timestamp:
- 02/25/2018 08:21:37 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-encoding.php
r42343 r42746 24 24 * @since 2.8.0 25 25 * 26 * @static27 *28 26 * @param string $raw String to compress. 29 27 * @param int $level Optional, default is 9. Compression level, 9 is highest. … … 45 43 * @since 2.8.0 46 44 * 47 * @static48 *49 45 * @param string $compressed String to decompress. 50 46 * @param int $length The optional length of the compressed data. … … 96 92 * @link https://secure.php.net/manual/en/function.gzinflate.php#70875 97 93 * @link https://secure.php.net/manual/en/function.gzinflate.php#77336 98 *99 * @static100 94 * 101 95 * @param string $gzData String to decompress. … … 142 136 * 143 137 * @since 2.8.0 144 *145 * @static146 138 * 147 139 * @param string $url … … 195 187 * @since 2.8.0 196 188 * 197 * @static198 *199 189 * @return string Content-Encoding string to send in the header. 200 190 */ … … 207 197 * 208 198 * @since 2.8.0 209 *210 * @static211 199 * 212 200 * @param array|string $headers All of the available headers. … … 234 222 * @since 2.8.0 235 223 * 236 * @static237 *238 224 * @return bool 239 225 */
Note: See TracChangeset
for help on using the changeset viewer.