Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Flarum
Core
Search
Discussion
Fulltext
DriverInterface
PHP Interface Flarum\Core\Search\Discussion\Fulltext\DriverInterface
Show file
Open project: flarum/core
Interface Usage Examples
Public Methods
Method
Description
match
(
string
$string
) :
array
Return an array of arrays of post IDs, grouped by discussion ID, which match the given string.
Method Details
match()
public
method
Return an array of arrays of post IDs, grouped by discussion ID, which match the given string.
public
match
(
string
$string
) :
array
$string
string
return
array