来自 :http://www.opentle.org/th/node/6021 , http://wiki.forum.nokia.com/index.php/How_to_upload_a_file_to_server_with_multipart/form-data
## HTTP file uploader
class HTTPFileUploader:
来自 :http://www.opentle.org/th/node/6021 , http://wiki.forum.nokia.com/index.php/How_to_upload_a_file_to_server_with_multipart/form-data
## HTTP file uploader
class HTTPFileUploader:
]]>
1、
2、
class Crawl{
/**
* @author jiayin
* @desc 简单爬虫游戏
* @param $store 为了方便 爬取以后 集中存储
* @method static public store() 边处理边存储
**/
public static $flag = true;
public static $store;
public static function getLink($content){
preg_match_all(‘#]*src\s*=\s*[\'|\"]?((?:http://)?[^\s]*)[\'|\"]?[^>]*>#’,$content ,$return);
preg_match_all(‘#]*src\s*=\s*[\'|\"]?((?:http://)?[^\s]+)”[^>]*>#’,$content ,$return);
]]>
Powered by 00RZ