Changeset 30681 for trunk/src/wp-includes/class-http.php
- Timestamp:
- 12/01/2014 01:33:34 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r30604 r30681 300 300 * @param string $url URL to Request 301 301 * 302 * @return string| boolClass name for the first transport that claims to support the request. False if no transport claims to support the request.302 * @return string|false Class name for the first transport that claims to support the request. False if no transport claims to support the request. 303 303 */ 304 304 public function _get_first_available_transport( $args, $url = null ) { … … 2081 2081 * @param int $level Optional, default is 9. Compression level, 9 is highest. 2082 2082 * @param string $supports Optional, not used. When implemented it will choose the right compression based on what the server supports. 2083 * @return string| boolFalse on failure.2083 * @return string|false False on failure. 2084 2084 */ 2085 2085 public static function compress( $raw, $level = 9, $supports = null ) { … … 2181 2181 * @since 2.8.0 2182 2182 * 2183 * @param string $url 2184 * @param array $args 2183 2185 * @return string Types of encoding to accept. 2184 2186 */
Note: See TracChangeset
for help on using the changeset viewer.