How to sort an array by similarity in relation to an inputted word.

前端 未结 5 931
闹比i
闹比i 2020-12-05 11:21

I have on PHP array, for example:

$arr = array(\"hello\", \"try\", \"hel\", \"hey hello\");

Now I want to do rearrange of the array which w

5条回答
提交回复
热议问题