PEAR_Config::getSetValues

PEAR_Config::getSetValues() – Obtiene la lista del conjunto de valores permitidos para un valor de configuración

Synopsis

require_once 'PEAR/config.php';

array PEAR_Config::getSetValues ( string $key )

Description

Obtiene la lista del conjunto de valores permitidos para un valor de configuración. Devuelve NULL para los valores de configuración no establecidos.

Parameter

string $key

clave de configuración

Return value

array - vector enumerado de conjunto de valores, o NULL si la clave de configuración es desconocida o no está establecida

Note

This function can not be called statically.

Obtiene la documentación breve de un valor de configuración (Previous) Obtiene el tipo de un valor de configuración (Next)
Last updated: Wed, 19 Jun 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.