More actions
jrfconvert import |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category: | [[Category:Email_and_SMS_Functions]] | ||
| | ||
Revision as of 04:30, 22 March 2011
BulkSms_getBulkSmsByResourceId
Get a bulk SMS object by bulk SMS's resource id
Syntax
BulkSms_getBulkSmsByResourceId(bulkSmsResourceId)
Arguments
bulkSmsResourceId: Is a numeric (non-decimal) expression. It is the bulk SMS's resource Id.
Return type
array which is bulk SMS object
Example
number bulkSMSResourceId = 9399214;
array bm = BulkSms_getBulkMailByResourceId(bulkSmsResourceId);
Availability
Version 5.8.1