Interface DaemonFactoryInterface
Objects that implement the DaemonFactoryInterface can be used to create FastCGI daemons that listen on FCGI_LISTENSOCK_FILENO, a configured stream socket resource or a TCP host and port.
Direct known implementers
PHPFastCGI\FastCGIDaemon\DaemonFactory
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. |