update : 2015.11.03
php.shukuma.com검색:
|
EventConfig::requireFeatures(PECL event >= 1.2.6-beta) EventConfig::requireFeatures — Enters a required event method feature that the application demands 설명
public
bool
EventConfig::requireFeatures
(
int
$feature
)Enters a required event method feature that the application demands 인수
반환값
예제Example #1 EventConfig::requireFeatures() example
<?php 위 예제의 출력 예시: FDS feature is now requried FDS - arbitrary file descriptor types, and not just sockets 참고
|