Changeset 1234485
- Timestamp:
- 08/31/2015 08:48:10 AM (11 years ago)
- File:
-
- 1 edited
-
super-static-cache/trunk/super-static-cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
super-static-cache/trunk/super-static-cache.php
r1234480 r1234485 286 286 //如http://localhost/hello-wrold/ 287 287 //为了支持utf-8缓存格式,对url进行urldecode处理 288 public function delete_cache( string$url){288 public function delete_cache($url){ 289 289 $url=urldecode($url); 290 290 //如果传入URL为空,则返回
Note: See TracChangeset
for help on using the changeset viewer.