Код: Выделить всё
$name = [
['Jane Smith'],
['John Paul'],
['Jennifer'],
['Paolo'],
['Delilah'],
];
Как я могу использовать здесь функцию sort()?
Подробнее здесь: https://stackoverflow.com/questions/166 ... -of-values
Код: Выделить всё
$name = [
['Jane Smith'],
['John Paul'],
['Jennifer'],
['Paolo'],
['Delilah'],
];