Class DaemonFactory
The default implementation of the DaemonFactoryInterface.
- PHPFastCGI\FastCGIDaemon\DaemonFactory implements PHPFastCGI\FastCGIDaemon\DaemonFactoryInterface
public
|
#
createDaemon(
Create a FastCGI daemon listening on FCGI_LISTENSOCK_FILENO. |
public
|
#
createTcpDaemon(
Create a FastCGI daemon listening on a given address. The default host is localhost. |
public
|
#
createDaemonFromStreamSocket(
Create a FastCGI daemon from a stream socket which is configured for accepting connections. |