PHP - Type Handling
You have an array
$data = ['1', '2', '3abc', '0', 'true', 'false'];. How can you convert all elements to integers using settype inside a foreach loop that declares both a key and value variable?