Wez Furlong wrote:
> Well, I've already coded it and it's ready to commit :-)
> 
> Should we include html_entity_decode in CVS?
> It is effectively the same as the snippet below, just a little
> bit more obvious that it can be done (and slightly faster).
> 
> --Wez.

Why not?
+1

> 
> On 13/02/02, [EMAIL PROTECTED] wrote:
> 
>>ID:               15535
>>+Status:           Closed
>>
> 
>>I'm closing this, because you can do this:
>>$trans = get_html_translation_table(HTML_ENTITIES);
>>$str = "Hallo & <Frau> & Krämer"
>>$original = strtr($str, $trans);
>>
>>IMO, this does not warrant a new function.
>>
> 
> 

-- 
Yasuo Ohgaki


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

Reply via email to