%PDF- %PDF-
Direktori : /home/ugotscom/bos_naturals/vendor/ratchet/rfc6455/src/Messaging/ |
Current File : /home/ugotscom/bos_naturals/vendor/ratchet/rfc6455/src/Messaging/MessageInterface.php |
<?php namespace Ratchet\RFC6455\Messaging; interface MessageInterface extends DataInterface, \Traversable, \Countable { /** * @param FrameInterface $fragment * @return MessageInterface */ function addFrame(FrameInterface $fragment); /** * @return int */ function getOpcode(); /** * @return bool */ function isBinary(); }