Translates the specified index into the message text taking into account the current locale settings.
Syntax
pm_lmsg ($index, $ar1, $ar2, $ar3, $ar4, $ar5, $ar6, $ar7, $ar8)
Parameters
index
A string value with index of the message to extract.
ar1
A string value with a reserved string parameter. By default, it holds an empty string (' ').
ar2
A string value with a reserved string parameter. By default, it holds an empty string (' ').
ar3
A string value with a reserved string parameter. By default, it holds an empty string (' ').
ar4
A string value with a reserved string parameter. By default, it holds an empty string (' ').
ar5
A string value with a reserved string parameter. By default, it holds an empty string (' ').
ar6
A string value with a reserved string parameter. By default, it holds an empty string (' ').
ar7
A string value with a reserved string parameter. By default, it holds an empty string (' ').
ar8
A string value with a reserved string parameter. By default, it holds an empty string (' ').
Returns
A string value that holds a localized message extracted by the specified index from a localization file referring to a current locale.
Remarks
It is recommended that parameters ar1 to ar8 are always left as they are. This function refers to the Zend engine.
Include: pm.php.