Exemplo n.º 1
0
function AjaxData($param)
{
    $password = new PasswordGenerator();
    return $password->getAjaxData($param);
}