Home
last modified time | relevance | path

Searched refs:mb_explode (Results 1 – 1 of 1) sorted by relevance

/plugin/wikindx/
Dsyntax.php190 $cite_blocks = $this->mb_explode("<br><br>", $aResponse["text"] ?? "");
214 $cite_blocks = $this->mb_explode("<br><br>", $aResponse["text"] ?? "");
417 function mb_explode($delimiter, $string, $limit = PHP_INT_MAX) function in syntax_plugin_wikindx