function sortText($text){
$split = explode(" ",$text);
$sorts = sort($split, SORT_STRING );
var_export($split);
}$fruits = array("lemon", "orange", "banana", "apple");
sort($fruits);
foreach ($fruits as $key => $val) {
echo "fruits[" . $key . "] = " . $val . "\n";
}
ведь ссылку пользователь вводит в поле полностью
https://website.ru/?hook-id=654321&?hook-token=123456