filmov
tv
The substr_replace function in PHP

Показать описание
The substr_replace replaces portion of $string with $replacement starting in index $start. The optional $length parameter specifies the length of the string that would be replaced (out of $string).