How to hide the last two IP addresses in php and replace the number * in the middle of the mobile phone number

Source: Internet
Author: User
How to hide the last two IP addresses in php and replace the number * in the middle of the mobile phone number
Sometimes we need to hide the last two digits of the IP address in the php code, and replace the number in the middle of the mobile phone number with the "*" to keep the relevant data confidential. This article introduces several implementation methods, for more information, see.

1. hide the last two IP addresses.

     

2. php regular format IP address to hide the last digit.

     

3. use php to replace the number * in the middle of the mobile phone number.

     

4. use php to hide the last or last two IP addresses

     "; Echo preg_replace ($ reg2," $1. $2. *. * ", $ ip); // The output result is 127. 0. *. *?>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.