Phpstorm除了能直接打开localhost文件之外,还可以连接FTP,除了 Read more…
分类: php
php技术学习
第一次使用cron执行任务计划,找了很多资料学习一番。 就用php写了一个备份m Read more…
Unable to find the socket transport ‘ssl Read more…
众所周知:ecshop的transport.js文件和Jquery是冲突的,两个 Read more…
最近调试ecshop时,添加百度地图冲突了。经过测试发现是与transport. Read more…
需要修改三个文件: /admin/includes/inc_menu.php 菜 Read more…
ob_start(‘ob_gzhandler’);
{foreach}与{foreachelse} {foreach} 用于像循环访 Read more…
本文为翻译文章,英文原文请看这里[link],文中的QRcode中插入图片方法并 Read more…
在闭包中使用外部变量的方法是使用use关键字。 PHP使用闭包(Closure) Read more…