- Timestamp:
- 07/27/2017 12:40:27 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-requests-response.php
r38730 r41162 20 20 * 21 21 * @since 4.6.0 22 * @access protected23 22 * @var Requests_Response 24 23 */ … … 29 28 * 30 29 * @since 4.6.0 31 * @access protected32 30 * @var string|null 33 31 */ … … 38 36 * 39 37 * @since 4.6.0 40 * @access public41 38 * 42 39 * @param Requests_Response $response HTTP response. … … 52 49 * 53 50 * @since 4.6.0 54 * @access public55 51 * 56 52 * @return Requests_Response HTTP response. … … 64 60 * 65 61 * @since 4.6.0 66 * @access public67 62 * 68 63 * @see \Requests_Utility_CaseInsensitiveDictionary … … 89 84 * 90 85 * @since 4.6.0 91 * @access public92 86 * 93 87 * @param array $headers Map of header name to header value. … … 101 95 * 102 96 * @since 4.6.0 103 * @access public104 97 * 105 98 * @param string $key Header name. … … 120 113 * 121 114 * @since 4.6.0 122 * @access public123 115 * 124 116 * @return int The 3-digit HTTP status code. … … 132 124 * 133 125 * @since 4.6.0 134 * @access public135 126 * 136 127 * @param int $code HTTP status. … … 144 135 * 145 136 * @since 4.6.0 146 * @access public147 137 * 148 138 * @return mixed Response data. … … 156 146 * 157 147 * @since 4.6.0 158 * @access public159 148 * 160 149 * @param mixed $data Response data. … … 168 157 * 169 158 * @since 4.6.0 170 * @access public171 159 * 172 160 * @return WP_HTTP_Cookie[] List of cookie objects. … … 191 179 * 192 180 * @since 4.6.0 193 * @access public194 181 * 195 182 * @return array WP_Http response array, per WP_Http::request().
Note: See TracChangeset
for help on using the changeset viewer.