AdminPageFramework_Debug::dumpArray PHP Method

dumpArray() public static method

public static dumpArray ( $asArray, $sFilePath = null )
    public static function dumpArray($asArray, $sFilePath = null)
    {
        self::showDeprecationNotice('AdminPageFramework_Debug::' . __FUNCTION__, 'AdminPageFramework_Debug::dump()');
        AdminPageFramework_Debug::dump($asArray, $sFilePath);
    }