php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #12379 conversion from html entities to normal text
Submitted: 2001-07-25 16:50 UTC Modified: 2002-04-27 17:57 UTC
From: cwalstad at unitechprepress dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.6 OS: linux
Private report: No CVE-ID: None
 [2001-07-25 16:50 UTC] cwalstad at unitechprepress dot com
PHP needs a function to convert html entities to plain text,
	such as " becomes a double quote character.  

Essentially,
	htmlentities or htmlspecialcharacters,
	except in reverse.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-27 14:55 UTC] jimw@php.net
php.net/htmlentities documents how to do this. (in the notes, right now. reclassifying as documentation problem so the notes get pulled into the documentation proper.)
 [2002-04-27 17:57 UTC] alindeman@php.net
This bug has been fixed in CVS.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 01:01:28 2024 UTC