//json格式数据 $data = &… Read more
分类: PHP
php中file_get_contents与curl_file_get_contents的区别
本文实例讲述了php中file_get_… Read more
$_SERVER[‘REQUEST_URI’]
$_SERVER[‘REQU… Read more
$_SERVER[‘HTTP_HOST’] 和 $_SERVER[‘SERVER_NAME’]两者的区别
开发站群软件,用到了根据访问域名判断子站… Read more
PHP执行定时任务代码
一. 简单直接不顾后果型 <?ph… Read more
JSP和Servlet的区别及PHP类比
在MVC的模式下,PHP既可以用来直接在… Read more
PHP可以做app开发吗?
当然可以。 随着移动互联网时代的来临,很… Read more
PHP和java比较
这样从几个方面来看:一、运行机制:Jav… Read more
PHP面向对象(下)
单例模式 避免多人开发过程,实例化过多导… Read more
PHP之面向对象(上)
面向过程 :每个小系统有着明确的开始和和… Read more