风故故,也依依

Stand still in the wind.

导航

2011年7月8日 #

用php内置函数抓取网页数据

摘要: > 添加curl扩展1.在C\windows里的php.ini中我打开了extension=php_curl.dll的功能2.把php目录中的libeay32.dll,ssleay32.dll拷到c:\windows\system32里3.重新启动Apache> 代码> 效果>CURL函数库(Client URL Library Function)curl_close — 关闭一个curl会话cu... 阅读全文

posted @ 2011-07-08 18:19 jadmin 阅读(367) 评论(0) 推荐(0)

php格式化时间

摘要: > 函数date(format,timestamp)format 必需。规定时间戳的格式。timestamp 可选。规定时间戳。默认是当前的日期和时间。";echo date("Y.m.d");echo "";echo date("Y-m-d");?>> 格式化当前时间显示的格式: 年-月-日 小时:分钟:妙相关时间参数:a - "am" 或是 "pm"A - "AM" ... 阅读全文

posted @ 2011-07-08 14:58 jadmin 阅读(206) 评论(0) 推荐(0)