已采纳回答 / PengCheng
                                
                                                            回答 3 web环境 尤其是nginx+fpm环境下 php程序被载入运行输出后就结束了。每个用户的请求都是在一个phpfpm的子进程里完成的。每个子进程每次只处理一个用户的请求,处理完再处理下一个
                            
                        
                        2017-03-05
                
            好像是吧PHP里面的函数转换为smarty模版函数,不知道我这样的理解对不对。
如PHP中函数:function 函数名(变量1,变量2,变量3)
在smarty中使用就是:{变量1|函数名:变量2:变量3}
                如PHP中函数:function 函数名(变量1,变量2,变量3)
在smarty中使用就是:{变量1|函数名:变量2:变量3}
                    
                    2017-03-05
                
            Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone
                
                    
                    2017-03-05
                
            官网地址及下载地址
官网地址:http://www.smarty.net/
下载地址http//:www.smarty.net/download
smarty 3.1.16 [Smarty-stable.zip] Dec 17th,2013
                官网地址:http://www.smarty.net/
下载地址http//:www.smarty.net/download
smarty 3.1.16 [Smarty-stable.zip] Dec 17th,2013
                    
                    2017-03-02