03 2016 档案

curl系列
摘要:简介 PHP支持的由Daniel stenberg创建的libcurl库允许你与各种的服务器使用各种类型的协议进行连接和通讯。libcurl目前支持http/https/ftp/gopher/telnet/dict/file/idap协议。libcurl同时也支持https认证/http POST、 阅读全文

posted @ 2016-03-17 23:43 队伍 阅读(106) 评论(0) 推荐(0)

Sql_autoload_register()函数
摘要:Spl_autoload_register() 注册__autoload()函数 将函数注册到SPL __autoload函数栈中。如果该栈中的函数尚未激活,则激活它们。 说明 bool spl_autoload_register ([ callback $autoload_function ] ) 阅读全文

posted @ 2016-03-10 22:19 队伍 阅读(1214) 评论(0) 推荐(0)

导航