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() -- Construit un tableau

Description

Construit un tableau fourni depuis les données retournées par analyzeSourceCode(). Le format du tableau construit est comme celà :


<?php
array(
        'class;MyClass' => 
           array(
           'type' => 'class',
           'name' => 'MyClass'
           ),
           ...  
        )
?>

Paramètres

array $srcinfo

tableau avec les informations à propos du fichier source comme celles retournées par la méthode analyzeSourceCode().

Note

Cette fonction ne peut pas être appelée de façon statique.

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.