示例#1
0
/**
 * Sets the default domain.
 */
function _textdomain($domain)
{
    domain::$default_domain = $domain;
}