Exemplo n.º 1
0
function sms()
{
    Interop::SendSMS($input_phone, $input_message);
}
Exemplo n.º 2
0
function sms()
{
    Interop::SendSMS('', $productUrl);
}