@ 2025-01-18T12:28:52Z <?php
$array = [
'documents' => ['application/pdf','application/x-pdf'],
'images' => ['image/cgm','image/g3fax'],
'videos' => ['video/dl','video/fli','video/gl','video/mpeg'],
];
$find = 'image/g3fax';
var_export(
array_find_key(
$array,
fn($row) => in_array($find, $row)
)
);
Enable javascript to submit You have javascript disabled. You will not be able to edit any code.
Output for 8.4.1 - 8.4.13 'images' Output for 8.1.32 , 8.2.0 - 8.2.29 , 8.3.0 - 8.3.26 Fatal error: Uncaught Error: Call to undefined function array_find_key() in /in/V9srt:12
Stack trace:
#0 {main}
thrown in /in/V9srt on line 12
Process exited with code 255 . preferences:dark mode live preview ace vim emacs key bindings
62.82 ms | 407 KiB | 5 Q