SimpleSoftwareIO\SMS\DoesNotReceive::checkMessages PHP Метод

checkMessages() публичный Метод

Checks the server for messages and returns their results.
public checkMessages ( array $options = [] ) : array
$options array
Результат array
    public function checkMessages(array $options = [])
    {
        throw new \RuntimeException('Receive methods are not support with the this driver.');
    }