私はjsonを独自の値で配列にパースしようとしています。しかし、ここでarray_unique関数に関するいくつかの問題があります。たとえば : $contract_types = [ "Asset Sale and Purchase Agreement", "Asset Sale and Purchase Agreement", "Concession Agreement" ];
と ret
ここに問題があります。 配列内の改行で文字のリストが爆発しています。その上でユニークな配列を実行します。期待どおりに動作していません。以下 コードです: $list = "test
ok
test
test
ok
ok
test";
$list_explode = explode("\n", $list); //exploding the characters of the list