php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #11939 get HTML title
Submitted: 2001-07-06 15:00 UTC Modified: 2002-04-27 15:39 UTC
From: clownfighter at hotmail dot com Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0.4pl1 OS: redhat 7.1
Private report: No CVE-ID: None
 [2001-07-06 15:00 UTC] clownfighter at hotmail dot com
Get HTML title-
We have get_meta_tags, why not a function that retrieves the title from an HTML page?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-09 05:49 UTC] hholzgra@php.net
i'd suggest to go the other way round, 
deprecating get_meta_tags()  and encouraging
the use of expat for tasks like this instead ...

(even if we stay with get_meta_tags(), we should
 re-implement it using expat internally instead of
 the hand-written code it uses right now
 this would, for example, have prevented the
 single-quote bug we had recently ... )
 [2002-04-27 15:39 UTC] jimw@php.net
not going to happen.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 22:01:31 2024 UTC