How to Hide Some Portion of Phone Number In PHP

How to hide some portion of phone number or partially hide phone number in PHP. This blog all about, makes privacy to show a phone number for unauthenticated users. This could be easily done by a single method in using PHP in-built function like strlen() and substr().



strlen()  count the character of string.

substr() helps to extract a part of string.

Here we can take help of these two methods to obtain our result.