PEAR_Config::getLayers

PEAR_Config::getLayers() – 定義されているレイヤーを返す

Synopsis

require_once 'PEAR/config.php';

array PEAR_Config::getLayers ( void )

Description

定義されているレイヤーを返します。ただし 'default' は除きます。

Return value

定義されているレイヤーを配列で返します。

Note

This function can not be called statically.