Changeset 48586 for trunk/src/wp-includes/class-wp-http-streams.php
- Timestamp:
- 07/23/2020 07:59:16 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-streams.php
r47808 r48586 23 23 * @since 3.7.0 Combined with the fsockopen transport and switched to stream_socket_client(). 24 24 * 25 * @param string $urlThe request URL.25 * @param string $url The request URL. 26 26 * @param string|array $args Optional. Override the defaults. 27 27 * @return array|WP_Error Array containing 'headers', 'body', 'response', 'cookies', 'filename'. A WP_Error instance upon error
Note: See TracChangeset
for help on using the changeset viewer.