PHP的HTTP客户端 phpWebHacks

码农软件 · 软件分类 · 网络工具包 · 2019-03-02 17:44:37

软件介绍

phpWebHacks 是一个采用PHP开发的高级的HTTP客户端,你只需要数行代码就可以用来模拟浏览器的真实访问行为而无需键盘和鼠标的动作。可以用它来完成HTTP的调试功能。

示例代码

<?php
include 'phpWebHacks.php';
$h = new phpWebHacks;
$page = $h->get('http://webmail.example.com');
/* username & password */
$form['login_username'] = 'myusername';
$form['login_domain']   = 'example.com';
$form['secretkey']      = 'mypassword';

/* login */
$page = $h->post('redirect.php', $form);
>

本文地址:https://www.codercto.com/soft/d/479.html

Paradigms of Artificial Intelligence Programming

Paradigms of Artificial Intelligence Programming

Peter Norvig / Morgan Kaufmann / 1991-10-01 / USD 77.95

Paradigms of AI Programming is the first text to teach advanced Common Lisp techniques in the context of building major AI systems. By reconstructing authentic, complex AI programs using state-of-the-......一起来看看 《Paradigms of Artificial Intelligence Programming》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具