Translation2_Admin::remove()

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

Synopsis

require_once 'Admin.php';

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

Description

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

Paramètres

chaîne de caractères $stringID

chaîne de caractères $pageID

Valeur retournée

returns true on success, PEAR_Error on failure

Note

Cette fonction ne peut pas être appelée de façon statique.