Esempio:

$stringa="ciao a tutti";
$sottostringa=funzione($stringa,2,7);
echo $sottostringa;

Output:
ao a t