示例#1
0
文件: fs.php 项目: patrix/oraculum
function moeda($string, $cifrao = TRUE)
{
    return Oraculum_Text::moeda($string, $cifrao);
}