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