Home  >  Article  >  Backend Development  >  燕十八-PHP公用事业培训-学习

燕十八-PHP公用事业培训-学习

WBOY
WBOYOriginal
2016-06-13 12:41:33892browse

燕十八-PHP公益培训-学习

文件上传:

? ? tool目录:

? 自动加载:
? function __autoload($class){

? ? ? ? ? ?if(strtolower(substr($class, =4))==''){ 后4位?} 要是new了一个类 这个类后4位是tool 则就执行这个函数 进入这个判断?

}

$_FILES ?$_POST

?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn