-
Simple XML RSS Parser is a simple class that can parse XML RSS feeds and extract information from its item entries.It uses the PHP Expat extension to parse the XML RSS feeds and locates the item entries to extract the item titles, descriptions and link values.For each item entry that is found it outputs its values in HTML list.
-
This library assists in parsing XML documents into generic PHP arrays. Also comes with RSSParser, an extension of XMLParser that creates simple RSS-specific array structures from RSS feeds.
-
PHxmltvParser consists of a parser class and some helper classes in PHP which parses an XMLTV data file and stores the information in a collection.There also is a simple example script which shows how to use the classes and displays a tv listing that can be filtered by several comboboxes.
-
Torrentparse uses BEncode and BDecode libraries to parse torrent files used by Bittorrent and return information that is useful to the user looking at the webpage.
-
BookmarkParser is a class, to process Internet Explorer, Netscape and Opera bookmarks.The class iterates through a given set of bookmarks and calls user defined functions for different events. With this bookmarks can easily be ported, saved or displayed on web pages. Works with PHP4 and PHP5.
-
The PHP Report classes are used to create html report pages from a generic result set array. A result set is any array you can came up with. That usually means the result of a sql query, and normally it is not ready for display. The classes here are used to parse that result using HTML templates. Sometimes you need ...
-
phpCookBook is an extensive XML Recipe Book written in PHP. PHP does the XML Parsing and XML allocated for the data storage. A MySQL mode of this great project is on it's way.
-
RDF Parser is a port of REPAT, a RDF parser by Jason Williams. The PHP version of REPAT supports all the RDF syntactic variants described by the W3C. RDF documents or URIs are parsed asociating a handler for , each time the parser finds an RDF statement the function will be called receiving the subject, predicate, object, subject type, object ...
-
class_rss_parser implements a full RSS parser, RSS documents can be parsed from local files or URLs, then you can retrieve information about the channel, channel_image, channel_textinput and items in the RSS feed.The rssdump.php example can be modified in 5 secs to display an RSS feed in they way you want.
-
Path Parser is a generic XML parsing class that lets your set-up PHP functions to be called when some XML elements are found. Using this class you can set handlers for specific XML paths, for example /foo/data/name, for each handler you set up a PHP function in the form foo($name,$attribs,$content) that the parser will call when an element matching the ...
-
RDDL Parser can be used to parse RDDL documents. An RDDL document is an XHTML document with special resource elements.RDDL Parser parses the resources described in the RDDL and provides a method to return a PHP array containing the information about the RDDL resources.After parsing the document and retrieving the resources you can do whatever you want with them. RDDL ...
-
Various http servers use a 'guesstimate' basis for directories that don't exist in the virtual path. Using this system, it is possible to select a script with a particular name by specifying the name as a directory in the URI. It is then possible, using this function, to extract parameters required for this script from the URI, without resorting to ...
-
php_mime_class is a PHP Class for parsing an raw Email according to RFCs including MIME. You get back an object with all the informations.php_mime_class is useful for all application developers who want to read out mail, without using IMAP module to handle attachments or HTML emails.
-
PHP-Obfuscator is the tokenizer extension used to parse the PHP scripts. PHP-Obfuscator removes the comments from the script tokens list and generates the obfuscated version of the script. It is a free PHP code generator. It can also generate alternative versions of the script that uncompresses and decodes the code using the base64 algorithm. Requirements: PHP 4.3 or higher

