PHP 인터페이스 Flarum\Core\Search\Discussion\Fulltext\DriverInterface

파일 보기 프로젝트 열기: flarum/core 0 사용 예제들

공개 메소드들

메소드 설명
match ( string $string ) : array Return an array of arrays of post IDs, grouped by discussion ID, which match the given string.

메소드 상세

match() 공개 메소드

Return an array of arrays of post IDs, grouped by discussion ID, which match the given string.
public match ( string $string ) : array
$string string
리턴 array