i try array_map but did not work ;
Write the code of the
goodExtensionfunction which receives as argument the$filesparameter the function must return an indexed array without a key this array must contain only file names with the extension.PHPand.JS
function goodExtention(Array $files){
}
$files…
Top comments (0)