%PDF- %PDF-
Direktori : /home/graphicd/public_html/vebto/vendor/pda/pheanstalk/src/Contract/ |
Current File : /home/graphicd/public_html/vebto/vendor/pda/pheanstalk/src/Contract/SocketFactoryInterface.php |
<?php namespace Pheanstalk\Contract; interface SocketFactoryInterface { /** * This function must return a connected socket that is ready for reading / writing. * @return SocketInterface */ public function create(): SocketInterface; }