Changeset 49120 for trunk/src/wp-includes/class-wp-simplepie-file.php
- Timestamp:
- 10/10/2020 08:00:30 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-simplepie-file.php
r47122 r49120 24 24 * 25 25 * @param string $url Remote file URL. 26 * @param int eger$timeout Optional. How long the connection should stay open in seconds.26 * @param int $timeout Optional. How long the connection should stay open in seconds. 27 27 * Default 10. 28 * @param int eger$redirects Optional. The number of allowed redirects. Default 5.28 * @param int $redirects Optional. The number of allowed redirects. Default 5. 29 29 * @param string|array $headers Optional. Array or string of headers to send with the request. 30 30 * Default null. 31 31 * @param string $useragent Optional. User-agent value sent. Default null. 32 * @param bool ean$force_fsockopen Optional. Whether to force opening internet or unix domain socket32 * @param bool $force_fsockopen Optional. Whether to force opening internet or unix domain socket 33 33 * connection or not. Default false. 34 34 */
Note: See TracChangeset
for help on using the changeset viewer.