PHP fopen() function does not create a file

后端 未结 0 708
攒了一身酷
攒了一身酷 2020-11-22 05:22

I am trying to create a file in my PHP application using the following code:

$file = @fopen(Data::$FILE_PATH, \'w\');          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题