update : 2015.11.03
php.shukuma.com검색:
|
EventBuffer::search(PECL event >= 1.2.6-beta) EventBuffer::search — Scans the buffer for an occurrence of a string 설명
Scans the buffer for an occurrence of the string
If the
인수
반환값
Returns numeric position of the first occurance of the string in the
buffer, or 예제Example #1 EventBuffer::search() example
<?php 위 예제의 출력 예시: int(3) 참고
|