Changeset 37674 for trunk/src/wp-includes/Requests/Transport/fsockopen.php
- Timestamp:
- 06/10/2016 04:49:09 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/Requests/Transport/fsockopen.php
r37428 r37674 31 31 * Stream metadata 32 32 * 33 * @var array Associative array of properties, see {@see http ://php.net/stream_get_meta_data}33 * @var array Associative array of properties, see {@see https://secure.php.net/stream_get_meta_data} 34 34 */ 35 35 public $info; … … 342 342 * 343 343 * @param array $url_parts 344 * @param array|object $data Data to build query using, see {@see http ://php.net/http_build_query}344 * @param array|object $data Data to build query using, see {@see https://secure.php.net/http_build_query} 345 345 * @return string URL with data 346 346 */ … … 392 392 * Instead 393 393 * 394 * @see http ://tools.ietf.org/html/rfc2818#section-3.1 RFC2818, Section 3.1394 * @see https://tools.ietf.org/html/rfc2818#section-3.1 RFC2818, Section 3.1 395 395 * 396 396 * @throws Requests_Exception On failure to connect via TLS (`fsockopen.ssl.connect_error`)
Note: See TracChangeset
for help on using the changeset viewer.