File manager - Edit - /var/www/payraty/helpdesk/vendor/pda/pheanstalk/src/Contract/SocketFactoryInterface.php
Back
<?php declare(strict_types=1); namespace Pheanstalk\Contract; use Pheanstalk\Exception\ConnectionException; interface SocketFactoryInterface { public const DEFAULT_PORT = 11300; /** * This function must return a connected socket that is ready for reading / writing. * @return SocketInterface * @throws ConnectionException when the underlying implementation is not able to create a connection */ public function create(): SocketInterface; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings