<?php $inipath = php_ini_loaded_file(); echo $inipath;
其實主要是想改上傳檔案大小,這邊再記錄一下更動php上傳檔案的大小
參考網址:
How to know which php.ini is used?
更動php上傳檔案的大小
<?php $inipath = php_ini_loaded_file(); echo $inipath;
table_open_cache_instances=2 #http://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_table_open_cache_instances table_open_cache=16384 #http://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_table_open_cache table_definition_cache=16384 #http://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_table_definition_cache tmp_table_size=64M #http://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_tmp_table_size
join_buffer_size=512k #http://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_join_buffer_size
<p style="word-break: break-all;"><a href="http://www.google.com">Google</a><p>