PHPDaemon\Examples\ExampleFsRequest::run PHP Method

run() public method

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