php - Ecplise + Xdebug可以实现单步调试,但是不知道哪里没有设定,还是什么跳步进函数里面,快捷键F5
天蓬老师
天蓬老师 2017-04-11 10:17:42
0
1
246


$total_sale= get_sale_total($year, $month, $day);

$total_cardsale= get_cardsale_total($year, $month, $day);    
$total_served_cust = 0; //get_served_total($year, $month, $day);
$total_new_cust = get_new_customer_total($year, $month, $day);
$total_new_paidcust = get_new_paid_customer_total($year, $month, $day);

在线等

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

全部回复(1)
小葫芦

调试最好的 还是phpstrom啊
感觉比ecplise 好用

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!