php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #14938 No htmlescape() function for PHP4
Submitted: 2002-01-08 17:29 UTC Modified: 2002-06-20 02:56 UTC
From: hongxy at hotmail dot com Assigned: imajes (profile)
Status: Closed Package: Documentation problem
PHP Version: 4.1.1 OS: Linux
Private report: No CVE-ID: None
 [2002-01-08 17:29 UTC] hongxy at hotmail dot com
As you can find PHP Faq at:http://www.php.net/manual/en/faq.html.php, there is a function of htmlescape() to escape string for html syntax.
unfortunately, i can not find htmlescape() function from php function table, and wonder what is going on here.
would you kindly please let me about it? thanx a ton!
Jackey

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-08 18:36 UTC] edink@php.net
You can use htmlspecialchars() htmlentities().

Filled as a documentation problem.
 [2002-01-08 18:43 UTC] imajes@php.net
i'm a sucker for punishment.
 [2002-01-08 19:34 UTC] imajes@php.net
thanks, that's fixed.
 [2002-01-08 19:36 UTC] philip@php.net
Be sure to discuss this with Zak, see bug #14418 which stemmed from this htmlescape() doc bug, not sure where he's at on it.  I'm sure he wouldn't mind if you did a commit though :)
 [2002-06-20 02:20 UTC] goba@php.net
There is no htmlescape() mentioned on that page anymore, so I don't know what else to do with this bug...
 [2002-06-20 02:56 UTC] imajes@php.net
nothing, it's closed..
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 00:01:33 2024 UTC