コード例 #1
0
ファイル: BLAM.class.php プロジェクト: JJWTimmer/BLAM
 public static function getSMSList($handled, $first_id, $timestamp_last_update)
 {
     $sms = new SMS(array());
     $limit_paging = 20;
     $messages = $sms->getList($handled, $first_id, $timestamp_last_update, $limit_paging);
     return $messages;
 }