실행시 설정

이 함수의 작동은 php.ini 설정에 영향을 받습니다.

Yar 설정 옵션
이름 기본값 가변성 변경점
yar.packager php PHP_INI_SYSTEM
yar.debug Off PHP_INI_ALL
yar.connect_timeout 1000 PHP_INI_ALL
yar.timeout 5000 PHP_INI_ALL
yar.expose_info On PHP_INI_SYS

위 설정 지시어에 대한 간단한 설명입니다.

yar.packager string

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

yar.debug string

yar.connect_timeout integer

timeout in ms

yar.timeout integer

timeout in ms

yar.expose_info bool

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

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top