Swoole Swoole\Connection\Iterator::offsetExists
(PECL swoole >= 1.9.0)
Swoole\Connection\Iterator::offsetExists — 오프셋이 있는지 확인하십시오.
설명
public Swoole\Connection\Iterator::offsetExists(int $index
): bool
오프셋이 존재하는지 확인하십시오.
매개변수
index
- 오프셋을 확인 중입니다.
반환 값
오프셋이 있으면 TRUE를 반환하고 그렇지 않으면 FALSE를 반환합니다.