Closed amrfayad closed 8 years ago
I honestly don't know :(
in function sendMessage($recipient, $message, $params) what's the use of $params ?
Those are simply passed on to the BulkSMS API as POST data.
thank you for your interest I found the solution
$text = 'السلام عليكم' ; $encodeMessage = bin2hex(mb_convert_encoding($text, "UTF-16", "UTF-8")) ; $output = $b->sendMessage('+201024847900',$encodeMessage, ['dca'=>'16bit']);
How to set message encoding to unicode