安装/配置
PHP Manual

运行时配置

这些函数的行为受 php.ini 中的设置影响。

Amqp 配置选项
名字 默认 可修改范围 更新日志
amqp.host localhost PHP_INI_ALL
amqp.vhost / PHP_INI_ALL
amqp.port 5672 PHP_INI_ALL
amqp.login guest PHP_INI_ALL
amqp.password guest PHP_INI_ALL

这是配置指令的简短说明。

amqp.host string

The host to which to connect.

amqp.vhost string

The virtual host to which to connect on the host.

amqp.port integer

The port on which to connect.

amqp.login string

The login (username) used for authenticating against the host.

amqp.password string

The password used for authenticating against the host.


安装/配置
PHP Manual