Untitled

Anonymous
plain_text
08/29/2021 8:53 AM
508 B
18
Indexable
         $loop->addTimer(5, function() use ($connection) {
             $deliverSm = new DeliverSm();
             $deliverSm->setSourceAddress(new Address(Ton::international(), Npi::isdn(), '1234567890'));
             $deliverSm->setDestinationAddress(new Address(Ton::international(), Npi::isdn(), '1234567890'));
             return $connection->send($deliverSm);
         }); 
Editor is loading...