Changeset 46970
- Timestamp:
- 12/17/2019 03:23:33 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r46692 r46970 110 110 * Some transports technically allow others, but should not be 111 111 * assumed. Default 'GET'. 112 * @type int$timeout How long the connection should stay open in seconds. Default 5.112 * @type float $timeout How long the connection should stay open in seconds. Default 5. 113 113 * @type int $redirection Number of allowed redirects. Not supported by all transports 114 114 * Default 5. … … 156 156 * @since 5.1.0 The `$url` parameter was added. 157 157 * 158 * @param int$timeout_value Time in seconds until a request times out. Default 5.158 * @param float $timeout_value Time in seconds until a request times out. Default 5. 159 159 * @param string $url The request URL. 160 160 */
Note: See TracChangeset
for help on using the changeset viewer.