Answer the question
In order to leave comments, you need to log in
How to sort an array by key in PhpStrom?
Good afternoon!
How can I sort an array IN CODE, is there a plugin?
For example:
$array = [
'c' => 'test',
'a' => 'test',
'b' => 'test',
];
//Чтобы было:
$array = [
'a' => 'test',
'b' => 'test',
'c' => 'test',
];
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question