Just curious to see if anybody else would see the usefulness of having a
masking print function?  I dunno maybe call it mprint().

Where I could pass my mask, my value and optionally the mask char,
defaulting to something off I guess like "~".

mprint ( mask , value [, mask_char])

So I could

 $str = mprint("(XXX) XXX.XXXX", "4064498056", "X");
 print $str;

and would get

(406) 449.8056


Chris Newbill
OneWest.net Inc.,
Programmer/Analyst

406.449.8056
[EMAIL PROTECTED]

/*
Windows crashed.
I am the Blue Screen of Death.
No one hears your screams.
*/




-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to