mask_string()
mask_string(string $instr, int $numchars, string $mask) : string
A simple utility function to mask the first N characters of an input string
Parameters
string | $instr | The input string |
int | $numchars | The number of characters to mask |
string | $mask | The mask character |