English 中文(简体)
Ping / Post Form [duplicate]
原标题:Ping / Post Form [duplicate]
  • 时间:2011-09-12 07:00:19
  •  标签:
  • php
  • curl
  • ping
This question already has answers here:
Closed 11 years ago.

Possible Duplicate:
Ping site and return result in PHP

你们如何用PHP向东道国/维护者提供回击(真实/虚假)的对策。 我正在读一下如何用耳光网做,但我很想知道,是否有办法做同样的事?

问题回答

Pinging uses the ICMP Protocol.

没有使用该议定书的内在功能。

你们可以与PHP一起制作原始材料,以人工进行传输,但生产原材料需要根基。

。 页: 1

你们也可以放弃这一作用。 (Here供讨论。

或者,你可以看看,服务器是否采用另一个议定书,如吉大港山区。





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签