> I ran across a PHP function, strip_illegal_chars(), but can't seem to
> find anything about it in the documentation.  Does anyone know
> precisely what it does?  Or where I can find actual documentation for
> that function?

it is not in the PHP source:
http://lxr.php.net/search?string=strip_illegal_chars

so it is not a php builtin function. also Google returns 0 results for
'strip_illegal_chars php' so it must be defined somewhere in the code you
found it

greets,
Zoltán Németh

>
> thnx,
> Chris
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to