PEAR Manual
This manual is provided as a courtesy. It is not an official source. Please check pear.php.net for updated information.
require_once 'Translation2.php';
void Translation2::setPageID ([mixed $pageID = NULL, string $langID])
void Translation2::setPageID
Set the page (aka 'group of strings') that shall be used when retrieving strings. If you set it, you don't have to state it in each get() call.
This function can not be called statically.