PEAR_Config::getKeys

PEAR_Config::getKeys() – 現在の設定キーのすべて取得する

Synopsis

require_once 'PEAR/config.php';

array PEAR_Config::getKeys ( void )

Description

現在の設定キーをすべて取得します。

Return value

設定キーの一覧を配列で返します。

Note

This function can not be called statically.