Scriptindex.de

[ Menü ]

Home
News
Scripts
Neuzugänge
Suchen
Bücher
Manuals

[ Inhalt ]

Script eintragen
Tutorial eintragen
Newsletter
Umfragen
Link zu uns
Werbung bei uns
Kontakt
Impressum

[ Statistik ]

Hits gesamt: 5197515
Hits Heute: 554
max. Hits (10.07.07): 6964
User Online: 39
Scripts: 2828

[ Partner ]

CodeBase
I.S.U.M.
LUG Bayreuth
PEAR NEWS
PHP Classes

[ Facebook ]

[ Eigene Domain? ]

[ Buchtipp ]

Microsoft Visual C++ . NET. Schritt für Schritt.
Microsoft Visual C++ . NET. Schritt für Schritt.

Manuals > PEAR > PEAR_Common::buildProvidesArray

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.


Copyright 1998 - 2009 by I.S.U.M.