Searched defs:substr_replace (Results 1 – 2 of 2) sorted by relevance
/dokuwiki/lib/scripts/ | ||
H A D | helpers.js | 12 function substr_replace(str, replace, start, length) { function |
/dokuwiki/inc/Utf8/ | ||
H A D | PhpString.php | 190 public static function substr_replace($string, $replacement, $start, $length = 0) global() function in dokuwiki\\Utf8\\PhpString |