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