PHP Tutorial - substr_replace - Tizag Tutorials
PHP substr_replace Function The function substr_replace introduces some additional functionality to compliment str_replace. substr_replace is a more mathematically based replace function, which relies on starting points and lengths to replace parts of str...