php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "ICMP"

How can ICMP-Floodprotection-Reply affect the functionality of PHP scripts that check port status?

ICMP-Floodprotection-Reply can affect the functionality of PHP scripts that check port status by potentially blocking ICMP packets that the script rel...

What are the advantages and disadvantages of using ICMP vs. fsockopen for subnet scanning in PHP?

When performing subnet scanning in PHP, using ICMP packets can be advantageous as it allows for faster and more accurate detection of active hosts. Ho...

What are the advantages and disadvantages of using ICMP ping requests in PHP scripts to check server availability?

Using ICMP ping requests in PHP scripts to check server availability can provide a quick and easy way to determine if a server is reachable. However,...

Is it recommended to use getprotobyname("icmp") as a parameter in socket_set_option() when setting the broadcast option in PHP, and are there any potential pitfalls associated with this approach?

It is not recommended to use getprotobyname("icmp") as a parameter in socket_set_option() when setting the broadcast option in PHP, as ICMP protocol i...

How can the socket_create function be properly loaded and utilized for ICMP functionality in PHP on a Linux server?

To use the socket_create function for ICMP functionality in PHP on a Linux server, you need to ensure that the PHP sockets extension is enabled on you...

Showing 1 to 5 of 12 results

‹ 1 2 3 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.