PEAR_PackageFileManager::pushWarning (Previous) (Next) PEAR_PackageFileManager::setOptions

View this page in Last updated: Sun, 01 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

PEAR_PackageFileManager::raiseError()

PEAR_PackageFileManager::raiseError() -- Utility function to shorten error generation code

Leírás

1     function raiseError($code, $i1 = '', $i2 = '')
2         {
3             return PEAR::raiseError('PEAR_PackageFileManager Error: ' .
4                         sprintf($GLOBALS['_PEAR_PACKAGEFILEMANAGER_ERRORS'][$this->_options['lang']][$code],
5                         $i1, $i2), $code);
6         }

Paraméterek

mixed $code

mixed $i1

mixed $i2

Lehetséges hibaértékek

throws no exceptions thrown

static

static

Megjegyzés

Ez a függvény nem hívható statikusan.

PEAR_PackageFileManager::pushWarning (Previous) (Next) PEAR_PackageFileManager::setOptions

Download Documentation Last updated: Sun, 01 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.