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

WBOY
Release: 2016-06-13 12:41:33
Original
945 people have browsed it

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

文件上传:

? ? tool目录:

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

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

}

$_FILES ?$_POST

?

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template