Configurações em Execução

O comportamento destas funções é afetado pelas configurações do php.ini.

Yar Opções de Configuração
NomePadrãoModificávelRegistro de Alterações
yar.packagerphpINI_SYSTEM
yar.debugOffINI_ALL
yar.connect_timeout1000INI_ALL
yar.timeout5000INI_ALL
yar.expose_infoOnINI_SYSTEM

Aqui está uma breve explicação das diretivas de configuração.

yar.packagerstring

it could be php, json, and msgpack(require built with msgpack support)

yar.debugstring

yar.connect_timeoutint

timeout in ms

yar.timeoutint

timeout in ms

yar.expose_infobool

whether expose the service info(when access the server via GET)

To Top