Strange behavior of fopen() - PHP

前端 未结 0 1685
夕颜
夕颜 2020-11-30 13:32

I have this code - $myfile = fopen($filename, "r") or die(\'Cannot open file\');

The $filename is correct and die() is also not executing, but

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