file_exists not working with localhost URL

后端 未结 2 619
清酒与你
清酒与你 2021-01-28 11:15

I have this piece of code in PHP:

if (file_exists($_POST[\'current_folder\'])) {
    //do something
} 

But file_exists always retu

2条回答
  •  旧巷少年郎
    2021-01-28 11:50

    Tested under windows using Apache 2.4.9.

    
    

    It works, just a note, it requires trailing slash for some reason.

    Code 200 means OK (success).

提交回复
热议问题