On Thu, 14 Feb 2002, Yasuo Ohgaki wrote: > 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?
Because it adds another function which is not really needed (you can do it with three lines of PHP). But I don't care much if it gets added or not, I'm -0 on this . Derick > > > > > 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 > Derick Rethans --------------------------------------------------------------------- PHP: Scripting the Web - www.php.net - [EMAIL PROTECTED] SRM: Site Resource Manager - www.vl-srm.net --------------------------------------------------------------------- -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php