コード例 #1
0
ファイル: fs.php プロジェクト: patrix/oraculum
function data($data = null, $notnull = true)
{
    return Oraculum_Text::data($data, $notnull);
}