Swift_MemorySpool::isStarted PHP 메소드

isStarted() 공개 메소드

Tests if this Transport mechanism has started.
public isStarted ( ) : boolean
리턴 boolean
    public function isStarted()
    {
        return true;
    }