PEAR_Registry::packageInfo

PEAR_Registry::packageInfo() – Obtiene información del Paquete

Synopsis

require_once 'PEAR/Registry.php';

mixed PEAR_Registry::packageInfo ( string $package = = null , string $key = = null )

Description

Devuelve información (específica) almacenada en el registro sobre un Paquete.

Parameter

string $package

Nombre del paquete

string $key

el nombre de una información específica a obtener

Return value

mixed - un vector con toda la información, o una información específica clave, si se usó$key; NULL si el Paquete o la información específica no existe

Note

This function can not be called statically.

Comprueba un Paquete (Previous) Recompila el fichero de dependencias (Next)
Last updated: Wed, 22 May 2013 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report or add a note.
View this page in:

User Notes:

There are no user contributed notes for this page.