10 2016 档案

摘要:15.文件操作 打开/关闭文件:fopen()/fclose() 1.resource fopen(string filename,string mode[,bool use_include_path]); filename 打开的包含路径的文件 mode 打开文件的方式 use_include_p 阅读全文
posted @ 2016-10-09 15:15 大大大尾巴羊
摘要:13.Cookie Cookie:一种在客户浏览器端存储数据并以此来跟踪和识别用户的机制。 创建Cookie: bool setcookie(string name[,string value[,int expire[,string path[,string domain[,int secure]] 阅读全文
posted @ 2016-10-08 17:55 大大大尾巴羊