摘要:
在PHP源码中,我们经常会看到很多函数前面有个PHPAPI,但这是什么呢?于是我在php源码/main/php.h中找到了它的定义#ifdef PHP_WIN32# include "tsrm_win32.h"# include "win95nt.h"# ifdef PHP_EXP... 阅读全文
摘要:
1.启动cron工具[ps:使用root权限] centos启动cron两种方式 a) /etc/init.d/crond start b) service crond start ubuntu启动cron两种方式 a) /etc/init.d/cron start b) service cron 阅读全文