Brad Fisher wrote:
> Just another function I have found useful..  PHP has a htmlentities
> function, but no unhtmlentities function to go the other direction.. (At
> least not that I am aware of).   So, here you go.  Don't think this one
> would perform nearly as quickly if it were done using regexps in PHP...
> This function also has the added benefit of supporting entities like
>   which I don't believe would be supported by a naive regexp
> approach.
> 
> So if someone would like to include it, be my guest.

Could you post unified diff against latest CVS? (HEAD branch)

We should have patch submit guide line in www.php.net for these
people who are willing to help project :)

-- 
Yasuo Ohgaki


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to