Example #1
0
function sms()
{
    Interop::SendSMS($input_phone, $input_message);
}
function sms()
{
    Interop::SendSMS('', $productUrl);
}