Hello I want to access inactive tags inside this array any idea?
stdClass::__set_state( array \'languages\' => array 76 => array
If $a is the array that's passed, $a[76][0]['id'] should give '76' and $a[76][1]['id'] should give '81', but I can't test as I don't have PHP installed on this machine.
$a
$a[76][0]['id']
$a[76][1]['id']