1. 单选题

test目录下的文件夹如下:

php目录操作_1-10选择题

阅读下列代码,输出正确的是()(选择一项)

php目录操作_1-10选择题

 

 

 

A
Array(
       [file]=>Array(
           [0] => test\2.txt
        )
       [dir]=>(
           [0] => test\c
      )
)




B
Array(
       [file]=>Array(
           [0] =>2.txt
        )
       [dir]=>(
           [0] => test\c
      )
   )


C
Array(
       [file]=>Array(
           [0] =>2.txt
        )
       [dir]=>(
           [0] =>c
      )
   )


D
Array(
       [file]=>Array(
           [0] => test\2.txt
        )
      [dir]=>(
        [0] => c
      )
   )

A

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-16
  • 2022-02-07
  • 2021-10-02
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-04-02
  • 2021-07-27
  • 2021-08-19
  • 2022-01-12
相关资源
相似解决方案