Web site hosting and cheap domain registration services
  

 Home

PEAR Manual
PrevNext

PEAR_Common::buildProvidesArray()

PEAR_Common::buildProvidesArray() -- Build a array

Description

Build a "provides" array from data returned by analyzeSourceCode(). The format of the built array is like this:
array(
        'class;MyClass' => 
           array(
           'type' => 'class',
           'name' => 'MyClass'
           ),
           ...  
        )

Parameter

array $srcinfo

array with information about a source file as returned by the analyzeSourceCode() method.

Note

This function can not be called statically.


PrevHomeNext
PEAR_Common::analyzeSourceCode()UpPEAR_Common::downloadHttp()
 

 

 

© 2002-2004 Active-Venture.com Web Site Hosting Service

 

Disclaimers: This documentation is provided only for the benefits of our website hosting customers.
For authoritative source of the documentation, please refer to http://pear.php.net/manual/

Recommended Resources: