PEAR_Common::analyzeSourceCode (Previous) (Next) PEAR_Common::downloadHttp

View this page in Last updated: Sun, 28 Sep 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

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:


<?php
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.

PEAR_Common::analyzeSourceCode (Previous) (Next) PEAR_Common::downloadHttp

Download Documentation Last updated: Sun, 28 Sep 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.