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