Translation2_Admin::remove()

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

Referentiesamenvatting

require_once 'Admin.php';

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

Beschrijving

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

Parameter

string $stringID

string $pageID

Return waarde

returns true on success, PEAR_Error on failure

Note

Deze functie kan niet statisch worden aangeroepen.