PEAR  
Search package by name
 

Package Management
Package Management

 

Package Search
Package Search

 

Channel Management
Channel Management

 

Configuration
Configuration

 
Warning: This package management website is not protected with a password, this is a MAJOR security risk. Please read the README.
Package docblock
Installed - no -
Latest 0.2.0
License PHP License
Summary phpDocumentor-style DocBlock (T_DOC_COMMENT token) tokenizer
Description This extension is like the tokenizer extension for PHP.
It takes a document comment (docblock) like this one:

/**
* information {@inlinetag}
* @tags
*/

and parses it into tokens.

The primary function is docblock_tokenize(), which accepts a
string, and returns an array of arrays of array(TOKEN, "token").
TOKEN is one of DOCBLOCK_* constants.

docblock_tokenize() has an optional second bool parameter that
determine whether to output non-essential tokens like
the /** * stuff.

docblock_token_name() takes a DOCBLOCK_* constant and returns its name
Dependencies
PHP Version: 5.1.0b1 or newer
PEAR Package: pear.php.net/PEAR 1.4.3 or newer
Options
install Install package
More extra info Extended Package Information