<?php $result = array_filter( array_map('strtoupper', explode(htmlentities("Hello World")) ), fn($v) => $v != 'O' ); var_dump($result);
You have javascript disabled. You will not be able to edit any code.