Changeset 41162 for trunk/src/wp-includes/class-wp-http-response.php
- Timestamp:
- 07/27/2017 12:40:27 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-response.php
r38315 r41162 19 19 * 20 20 * @since 4.4.0 21 * @access public22 21 * @var mixed 23 22 */ … … 28 27 * 29 28 * @since 4.4.0 30 * @access public31 29 * @var array 32 30 */ … … 37 35 * 38 36 * @since 4.4.0 39 * @access public40 37 * @var int 41 38 */ … … 46 43 * 47 44 * @since 4.4.0 48 * @access public49 45 * 50 46 * @param mixed $data Response data. Default null. … … 62 58 * 63 59 * @since 4.4.0 64 * @access public65 60 * 66 61 * @return array Map of header name to header value. … … 74 69 * 75 70 * @since 4.4.0 76 * @access public77 71 * 78 72 * @param array $headers Map of header name to header value. … … 86 80 * 87 81 * @since 4.4.0 88 * @access public89 82 * 90 83 * @param string $key Header name. … … 105 98 * 106 99 * @since 4.4.0 107 * @access public108 100 * 109 101 * @return int The 3-digit HTTP status code. … … 117 109 * 118 110 * @since 4.4.0 119 * @access public120 111 * 121 112 * @param int $code HTTP status. … … 129 120 * 130 121 * @since 4.4.0 131 * @access public132 122 * 133 123 * @return mixed Response data. … … 141 131 * 142 132 * @since 4.4.0 143 * @access public144 133 * 145 134 * @param mixed $data Response data. … … 156 145 * 157 146 * @since 4.4.0 158 * @access public159 147 * 160 148 * @return mixed Any JSON-serializable value.
Note: See TracChangeset
for help on using the changeset viewer.