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';
string Translation2::getStringID (string $string [, mixed $pageID = TRANSLATION2_DEFAULT_PAGEID])
string Translation2::getStringID
Get the stringID of the string passed as parameter
This is NOT the stringID, this is a real string. The method will return its matching stringID.
This function can not be called statically.