• PHP 读json文件并转php配置文件

    时间:2021-02-22 03:39:34

    <?php$c = file_get_contents('./cities_v2.json');$s = "<?php return " . var_export(json_decode($c, true), true) . ";?>";file_put_contents('./c

  • PHP之数据库连接配置文件

    时间:2021-02-01 11:59:45

    <?php$config=array('host' =>'localhost','port'=>'3306','db' =>'localhost','db_user' =>'root','db_psw' =>'','db_name' =>'test');...

  • 使用PHP配置文件

    时间:2021-01-22 05:57:03

    /**************************************************************************************** * 使用PHP配置文件 * 说明: * 最近要涉及...

  • php 慢配置文件

    时间:2020-11-30 08:50:34

    [root@localhost etc]# cat php-fpm.conf[global]pid = /usr/local/php/var/run/php-fpm.piderror_log = /usr/local/php/var/log/php-fpm.loglog_level = notice...