Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 16451 программист и 1658 роботов. Сейчас ищут 1676 программистов ...
Translation2_Admin::remove
Вернуться к: Translation2
Translation2_Admin::remove
Translation2_Admin::remove() – remove a translated string
Synopsis
require_once 'Admin.php';
mixed Translation2_Admin::remove ( string $stringID , string $pageID = null )
Remove all the translations for the given stringID + pageID pair.
Parameter
- string $stringID
-
- string $pageID
-
Return value
returns true on success, PEAR_Error on failure
Note
This function can not be called statically.
Вернуться к: Translation2