Changeset 40299
- Timestamp:
- 03/17/2017 07:01:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/http.php
r38814 r40299 651 651 * @return mixed False on parse failure; Array of URL components on success; 652 652 * When a specific component has been requested: null if the component 653 * doesn't exist in the given URL; a st ing or - in the case of653 * doesn't exist in the given URL; a string or - in the case of 654 654 * PHP_URL_PORT - integer when it does. See parse_url()'s return values. 655 655 */ … … 696 696 * @return mixed False on parse failure; Array of URL components on success; 697 697 * When a specific component has been requested: null if the component 698 * doesn't exist in the given URL; a st ing or - in the case of698 * doesn't exist in the given URL; a string or - in the case of 699 699 * PHP_URL_PORT - integer when it does. See parse_url()'s return values. 700 700 */
Note: See TracChangeset
for help on using the changeset viewer.