Location:
Search - php html to p
Search list
Description: snoopy是一个php类,用来模仿web浏览器的功能,它能完成获取网页内容和发送表单的任务。
下面是它的一些特征:
1、方便抓取网页的内容
2、方便抓取网页的文字(去掉HTML代码)
3、方便抓取网页的链接
4、支持代理主机
5、支持基本的用户/密码认证模式
6、支持自定义用户agent,referer,cookies和header内容
7、支持浏览器转向,并能控制转向深度
8、能把网页中的链接扩展成高质量的url(默认)
9、方便提交数据并且获取返回值
10、支持跟踪HTML框架(v0.92增加)
11、支持再转向的时候传递cookies-snoopy php is a category used to imitate the web browser function, access to the website can complete this form and content of the mandate. Below are some of its features : a convenience crawls the content of the website two. Grasp the website to facilitate the text (removing HTML code) 3, convenience crawls web link four, five mainframe support agency, support basic user/password authentication model six support custom user agent, referer. cookies, and header as seven support to the browser, and can control the depth to 8, The website can link to expand into high-quality url (default) 9. to facilitate access to data and return value 10, support tracking HTML framework (v0.92 increase) 11. to support the re-transmission of cookies
Platform: |
Size: 22528 |
Author: 夏一平 |
Hits:
Description: 把 html网页格式转换成图片格式 以便于保存网页-convert html to jpg
Platform: |
Size: 141312 |
Author: 吴kh |
Hits:
Description: PHP是一种易于学习和使用的服务器端脚本语言。只需要很少的编程知识你就能使用PHP建立一个真正交互的WEB站点。本教程并不想让你完全了解这种语言,只是能使你尽快加入开发动态web站点的行列。我假定你有一些HTML(或者HTML编辑器)的基本知识和一些编程思想。-PHP is an easy to learn and use server-side scripting language. Requires very little programming knowledge you can use PHP to build a truly interactive WEB site. This tutorial does not want you to fully understand the language, but enable you to develop dynamic web sites as soon as possible to join the ranks. I assume you have some HTML (or HTML editor) and some basic knowledge of programming ideas.
Platform: |
Size: 345088 |
Author: 王键 |
Hits:
Description: convert html to pdf document
Platform: |
Size: 60416 |
Author: muhammad |
Hits:
Description: 使用基于PHP的http长连接技术(或称服务器推技术,comet技术)实现的随即聊天系统,功能类似于omegle
内部包括:
index.html——主页
style/——存放css的文件夹
js/——存放js的文件夹,使用ajax与后台通信
bin/——存放PHP脚本的文件夹,实现接受、处理后台数据-PHP' s http-based long-connection technology (or server push technology, comet technology) to achieve the then chat system, similar in function to the internal omegle include: index.html-- Home style/-- store css folder js/-- js file storage folder, use ajax and background communications bin/-- folder store PHP script to achieve acceptable background data processing
Platform: |
Size: 6144 |
Author: 唐家兴 |
Hits:
Description: php rpc 编程接口支持,Java php- P H P R P C
What is it?
-----------
PHPRPC is a Remote Procedure Calling protocol that works over the Internet.
It is secure and fast. It has a smaller overhead. It is powerful and easy to
use. This project is the client and server implementations of the PHPRPC.
The Latest Version
------------------
Details of the latest version can be found on the PHPRPC Project web site
<http://www.phprpc.org/>.
Documentation
-------------
Documentation is available in HTML format. For information about PHPRPC,
see the online manual at <http://www.phprpc.org/docs/>.
Licensing
---------
This software is licensed under the terms you may find in the file
The PHPRPC Project
Platform: |
Size: 5413888 |
Author: wanwan |
Hits:
Description: PHP的图片处理类,非常实用
使用方法:
<?php
require_once thumb.php
header("Content-type : text/html charset=GBK")
$t = new ThumbHandler()
//给图片增加水印
$t->setSrcImg("./img/00.jpg")
$t->setDstImg("./tmp/new_test.jpg")
$t->setMaskImg("./img/test.gif")
$t->setMaskPosition(4)
$t->setMaskImgPct(80)
$t->setDstImgBorder(4,"#dddddd")
// 指定缩放比例
$t->createImg(100,120)
?>
<img src="img/00.jpg">
<img src="tmp/new_test.jpg">
-PHP' s image processing class, very practical to use: <?php
require_once thumb.php
header("Content-type : text/html charset=GBK")
$t = new ThumbHandler()
//给图片增加水印
$t-> setSrcImg (" ./img/00.jpg" ) $ t-> setDstImg (" ./tmp/new_test.jpg" ) $ t-> setMaskImg (" ./img/test.gif" ) $ t- > setMaskPosition (4) $ t-> setMaskImgPct (80) $ t-> setDstImgBorder (4, " # dddddd" ) // specify the scaling $ t-> createImg (100,120) ?> <img src="img/00.jpg"><img src="tmp/new_test.jpg">
Platform: |
Size: 6144 |
Author: 韩冰 |
Hits:
Description: 发布一个HTML正文提取程序HTMLExtractor,
程序主要是基于内容统计的方法,暂不包含自学习能力,仅是
一个分析程序而以,网上也有别人实现了的正文提取程序,不过
大部人都当宝,都不愿意公开完整代码,有些大人实现了一些简
单的,不过分析能力和识别能力都不太理想。所以自己做了一个
简单的,本来想用PHP DOM分析器,不过大部份网页都不规范,
缺个标签啥的都很正常,所以自已又造了个简单的轮子分析HTML标
签,功能比较简单,每个元素都生成一个对象,内存方面占用比较
高,不过在这里我只是为了实现,并没去做优化。因为我并不是在
做应用,所以希望不要让我改改成什么样去适用你们的业务(以前经常
有QQ加上让我把我的例子怎么改,很无语),
如果你们喜欢,可以和我一起开发完善他。
补充一下,因为写的着急,现在几个类的耦合性还比较大,下来再守善吧。
项目代码 http://code.google.com/p/html-extractor/
在线例子 http://dev.psm01.cn/c/html-extractor.php-HTML text extraction procedure to release a HTMLExtractor,
Program is mainly based on the content of statistical methods, including self-learning capability temporarily, only
An analytical procedure to, the Internet also has the body of someone else realized the extraction process, but
When the treasure most people are reluctant to open the complete code, some adults to achieve a number of simple
Single, but analysis and recognition are not ideal. So do yourself a
Simple, had wanted to use PHP DOM parser, but most of the pages are not standardized,
Han s missing tags are normal, so their own and made the wheels of a simple HTML standards
Sign, function is relatively simple, each element generates an object, the memory area occupied by comparison
High, but I m just here to achieve, it did not do optimization. Because I am not
Do apply, so I hope I do not what to change into for your business (before the regular
I had QQ with examples of how to change my very silent),
If you p
Platform: |
Size: 5120 |
Author: 小徐 |
Hits: