Description: htmlSQL是一个是你可以方便的对HTML和XML内容方便的使用类似SQL语句进行检索的PHP类.也就是说有了它,你不必再去写复杂的函数(正则表达式那类的)来获取特殊的值了. 用htmlSQL查询的方法的例子:
SELECT href,title FROM a WHERE $class == \"list\"
^ ^ ^ 搜索查询 (可以为空)
待返回的属性 ^
^ 需要搜索的HTML标签
允许使用\"*\"(= 所有标签)
这个查询返回一个包括所有带有有class=\"list\"属性的超链接的数组.
在htmlSQL里的所有的网页转换用的都是这个卓越的类--Snoopy(版本号 1.2.3 - URL: http://snoopy.sourceforge.net/). Snoopy只用于文件或者字符串查询,其他时候都不适用. 你可以在文件夹snoopy_data/下找到所有Snoopy相关的文档 (版权声明, 说明文档等等).-htmlSQL is one that you can facilitate the right HTML and XML content to facilitate the use of similar S QL statement retrieval of PHP classes. In other words With it, You do not go to write complex function (regular expression of type) to obtain a special value. Inquiries with htmlSQL the examples : SELECT href. FROM WHERE title a $ class == "list" ^ ^ ^ search query (for Air) to be returned to the need to attribute ^ ^ search HTML "*"(= labels allow the use of all labels) back to this inquiry back with an all have class = "list" hyperlink attributes of the array. In htmlSQL Lane all the website is the conversion of the outstanding Class -- Snoopy (version 1.2.3 - URL : http : / / snoopy.sourceforge.net /). Snoopy used only for documents or String inquiries, Platform: |
Size: 28145 |
Author:ck |
Hits:
Description: htmlSQL是一个是你可以方便的对HTML和XML内容方便的使用类似SQL语句进行检索的PHP类.也就是说有了它,你不必再去写复杂的函数(正则表达式那类的)来获取特殊的值了. 用htmlSQL查询的方法的例子:
SELECT href,title FROM a WHERE $class == "list"
^ ^ ^ 搜索查询 (可以为空)
待返回的属性 ^
^ 需要搜索的HTML标签
允许使用"*"(= 所有标签)
这个查询返回一个包括所有带有有class="list"属性的超链接的数组.
在htmlSQL里的所有的网页转换用的都是这个卓越的类--Snoopy(版本号 1.2.3 - URL: http://snoopy.sourceforge.net/). Snoopy只用于文件或者字符串查询,其他时候都不适用. 你可以在文件夹snoopy_data/下找到所有Snoopy相关的文档 (版权声明, 说明文档等等).-htmlSQL is one that you can facilitate the right HTML and XML content to facilitate the use of similar S QL statement retrieval of PHP classes. In other words With it, You do not go to write complex function (regular expression of type) to obtain a special value. Inquiries with htmlSQL the examples : SELECT href. FROM WHERE title a $ class == "list" ^ ^ ^ search query (for Air) to be returned to the need to attribute ^ ^ search HTML "*"(= labels allow the use of all labels) back to this inquiry back with an all have class = "list" hyperlink attributes of the array. In htmlSQL Lane all the website is the conversion of the outstanding Class-- Snoopy (version 1.2.3- URL : http :// snoopy.sourceforge.net /). Snoopy used only for documents or String inquiries, Platform: |
Size: 27648 |
Author:ck |
Hits:
Description: snoopy是一个php类,用来模仿web浏览器的功能,它能完成获取网页内容和发送表单的任务。此为最新版 v1.2.4-snoopy is a php class, used to mimic the function of web browser that can access Web content to complete the form and send task. This is the latest version v1.2.4 Platform: |
Size: 24576 |
Author:David |
Hits:
Description: 一个很好的页面抓取类,经过简单的修改就可以变成一个新闻小偷或搜索引擎-A good page to crawl class, through simple modifications can become a thief or a news search engine Platform: |
Size: 8192 |
Author:刘先生 |
Hits:
Description: Google Translate API For PHP是一个基于Google Translate开发的翻译类,可以帮助PHP程序员实现多国文字的翻译。
本类使用到了Google的AJAX Translate API和Snoopy类,以模拟HTTP请求的方式实现数据的翻译。
-Google Translate API For PHP is a development based on the translation of Google Translate class to help PHP programmers to achieve the translation of many languages. The class used to Google' s AJAX Translate API and Snoopy class, to simulate the HTTP request method for data translation. Platform: |
Size: 10240 |
Author:songshuchen |
Hits:
Description: Snoopy是一个php类,用来模拟浏览器的功能,可以获取网页内容,发送表单。
Snoopy的一些特点:
1抓取网页的内容 fetch
2 抓取网页的文本内容 (去除HTML标签) fetchtext
3抓取网页的链接,表单 fetchlinks fetchform
4 支持代理主机
5支持基本的用户名/密码验证
6 支持设置 user_agent, referer(来路), cookies 和 header content(头文件)
7支持浏览器重定向,并能控制重定向深度
8能把网页中的链接扩展成高质量的url(默认)
9提交数据并且获取返回值
10 支持跟踪HTML框架
11支持重定向的时候传递cookies
要求php4以上就可以了 由于本身是php一个类 无需扩支持 服务器不支持curl时候的最好选择-Snoopy is a php class used to simulate the function of the browser, you can access to the website content, send the form. Some of Snoopy Features: 1 crawl the web fetch crawl the web text content (remove HTML tags) behaves exactly crawl the web link form fetchlinks fetchform supports proxy hosts support basic username/password authentication support set user_agent, referer (antecedents), cookies and header content (header files) 7 supports browser redirects, and can control the redirect depth can web link expansion into high-quality url (default) submit data and Returns a value obtained 10 support tracking HTML frame the 11 passing cookies that support redirection requirements php4 above can php a class do not need to expand to support the server does not support the best choice for curl when Platform: |
Size: 25600 |
Author:fish |
Hits:
Description: Snoopy是一个php类,用来模拟浏览器的功能,可以获取网页内容,发送表单。
Snoopy的特点:
1、抓取网页的内容 fetch
2、抓取网页的文本内容 (去除HTML标签) fetchtext
3、抓取网页的链接,表单 fetchlinks fetchform
4、支持代理主机
5、支持基本的用户名/密码验证
6、支持设置 user_agent, referer(来路), cookies 和 header content(头文件)
7、支持浏览器重定向,并能控制重定向深度
8、能把网页中的链接扩展成高质量的url(默认)
9、提交数据并且获取返回值
10、支持跟踪HTML框架
11、支持重定向的时候传递cookies
要求php4以上就可以了,由于本身是php一个类,无需扩支持,服务器不支持curl时候的最好选择。-Snoopy is a php class used to simulate the function of a browser, you can access web content, send the form. Snoopy features: 1, crawling web content fetch 2, crawls the web text content (remove HTML tags) fetchtext 3, crawled pages links, form fetchlinks fetchform 4, supports proxy hosts 5, support for basic username/Password Authentication 6, supports setting user_agent, referer (antecedents), cookies and header content (header files) 7, support for browser redirects, and can control the depth of eight redirection, can link to a web page url extended into high-quality (Default) 9, to submit data and retrieve the return value of 10, support tracking HTML frame 11 when the transfer cookies to support redirection requires php4 above can, because itself is a php class, without expanding support when server does not support curl the best choice. Platform: |
Size: 8192 |
Author:zzhzzh |
Hits:
Description: Google Translate API For PHP是一个基于Google Translate开发的翻译类,可以帮助PHP程序员实现多国文字的翻译。
本类使用到了Google的AJAX Translate API和Snoopy类,以模拟HTTP请求的方式实现数据的翻译。
以下是更新日志,如果您的接口不是最新版,请下载更新:
2010-03,发布基本功能版
2010-06,1.0.0,封装成类咯-Translate API For PHP Google is a Translate Google based on the development of the translation class, you can help PHP programmers to achieve multi language translation.
This class uses the AJAX Google Translate API and Snoopy classes to simulate the way HTTP requests to achieve data translation.
The following is the update log, if your interface is not the latest version, please download the update:
2010-03, publish the basic function version
2010-06, 1.0.0, encapsulated into a class slightly Platform: |
Size: 1027072 |
Author:张潭 |
Hits:
Description: Google Translate API For PHP是一个基于Google Translate开发的翻译类,可以帮助PHP程序员实现多国文字的翻译。
本类使用到了Google的AJAX Translate API和Snoopy类,以模拟HTTP请求的方式实现数据的翻译。
以下是更新日志,如果您的接口不是最新版,请下载更新:
2010-03,发布基本功能版
2010-06,1.0.0,封装成类咯-Google Translate API For PHP is a Google based Translate development of translation, can help PHP programmers to achieve multi word translation.
This class is used to Google the AJAX Translate API and Snoopy, realize the data translation by way of simulation of HTTP requests.
The following is the update log, if your interface is not the latest version, please download the update:
2010-03, publish the basic function version
2010-06, 1.0.0 class. Platform: |
Size: 13312 |
Author:张潭 |
Hits:
Description: Google Translate API For PHP是一个基于Google Translate开发的翻译类,可以帮助PHP程序员实现多国文字的翻译。 本类使用到了Google的AJAX Translate API和Snoopy类,以模拟HTTP请求的方式实现数据的翻译。-Google Translate API For PHP is a development based on Google Translate translation classes can help PHP programmers implementing many languages translations. The class to use Google' s AJAX Translate API and Snoopy classes to simulate HTTP requests to achieve the translation data. Platform: |
Size: 15360 |
Author:tvey |
Hits: