File manager - Edit - /home/autoph/public_html/projects/tickets-autohub/vendor/cboden/ratchet/tests/helpers/Ratchet/Mock/Connection.php
Back
<?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; } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings