PHPDaemon\Examples\ExampleFsRequest::run PHP Метод

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

Called when request iterated.
public run ( ) : integer
Результат integer Status.
    public function run()
    {
        $this->header('Content-Type: text/plain');
        echo "Contents of /etc/filesystems:\n" . $this->fileData;
    }
ExampleFsRequest