Changeset 47161
- Timestamp:
- 02/02/2020 03:25:57 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r47122 r47161 652 652 * 653 653 * @param string $strResponse The full response string. 654 * @return array Array with 'headers' and 'body' keys. 654 * @return array { 655 * Array with response headers and body. 656 * 657 * @type string $headers HTTP response headers. 658 * @type string $body HTTP response body. 659 * } 655 660 */ 656 661 public static function processResponse( $strResponse ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid
Note: See TracChangeset
for help on using the changeset viewer.