Owl\Repositories\ItemFtsRepositoryInterface::match PHP 메소드

match() 공개 메소드

match
public match ( string $str, integer $limit = 10, integer $offset ) : array
$str string
$limit integer
$offset integer
리턴 array
    public function match($str, $limit = 10, $offset = 0);