Translation2_Admin::remove()

Translation2_Admin::remove() -- remove a translated string

Áttekintés

require_once 'Admin.php';

mixed Translation2_Admin::remove (string $stringID [, string $pageID = NULL])

Leírás

Remove all the translations for the given stringID + pageID pair.

Paraméterek

string $stringID

string $pageID

Visszatérési érték

returns true on success, PEAR_Error on failure

Megjegyzés

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