Changeset 49927 for trunk/src/wp-includes/class-http.php
- Timestamp:
- 01/03/2021 10:02:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r49120 r49927 1077 1077 * 1078 1078 * @param string $maybe_ip A suspected IP address. 1079 * @return int| boolUpon success, '4' or '6' to represent a IPv4 or IPv6 address, false upon failure1079 * @return int|false Upon success, '4' or '6' to represent a IPv4 or IPv6 address, false upon failure 1080 1080 */ 1081 1081 public static function is_ip_address( $maybe_ip ) {
Note: See TracChangeset
for help on using the changeset viewer.