Код: Выделить всё
$string = 'Some string';
$pos = 5;
...??...
$begging // == 'Some s';
$end // == 'tring';
Подробнее здесь: https://stackoverflow.com/questions/344 ... n-position
Код: Выделить всё
$string = 'Some string';
$pos = 5;
...??...
$begging // == 'Some s';
$end // == 'tring';