How to get the PHP value `max_upload_size` from a .htaccess file?

后端 未结 0 1440
悲哀的现实
悲哀的现实 2021-02-05 21:03

I have configured some PHP settings in my .htaccess file.

However now I need to retrieve that information.

I tried this script:

$max_upload = min((         


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