S
Parse error: syntax error, unexpected end of file in C:\XAMPP\htdocs\Magaz\index_img.php on line 25
Size: a a a
S
ДR
ДR
ДR
S
╰─$ php index.php
/home/systemfailure/index.php:9:
array(2) {
[0] =>
string(5) ".idea"
[1] =>
string(7) "main.go"
}
S
<?php
$files = scandir('golang');
$images = [];
for($i = 0; $i < count($files); $i++){
if($files[$i] != '.' && $files[$i] != '..'){
$images[] = $files[$i];
}
}
var_dump($images);
?>
S
ДR
S
NK
S
S
S
ДR
NK
S
ДR
S
S
S