SendUnicodeMessage ( $to, $unicodehex, $from )
Sends a Unicode SMS message to multiple recipients via the Internet Gateway. The Unicode format is used to send multilingual messages not support by the standard GSM character set.
See Unicode Character Codes for more details.
Array containing the send status for each recipient. See SendStatusArray
<?php include 'IntelliSMS.php'; //Required php.ini settings: // allow_url_fopen = On // track_errors = On $objIntelliSMS = new IntelliSMS(); $objIntelliSMS->Username = 'MyUsername'; $objIntelliSMS->Password = 'MyPassword'; $objIntelliSMS->SendUnicodeMessage ( '44771012345,44771023456', '00480045004C004C004F', 'SENDER_ID' ); ?>
<< Back to PHP SDK
SMS Interfaces HTTP Interface SMTP Interface .NET Component COM Component PHP SDK Java SDK
Text Messaging Send SMS Receive SMS SMS Replies
MMS Messaging Send MMS Receive MMS
Prices
Free Trial
Premium SMS
Downloads
Documents
Support Forum
Coverage