遞迴
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
public function array_diff_assoc_recursive($packetData,$structure){
$difference = array();
foreach ($packetData as $k => $v) {
if (is_array($v)) {
if (!