php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "packet"

What are the key components of the PHP script for Wake on Lan and how does it function?

Issue: Wake on Lan allows you to remotely power on a computer over a network, but it requires a specific PHP script to send the magic packet to the ta...

What limitations does PHP have in terms of accessing and manipulating network data compared to shell commands?

PHP has limitations in terms of accessing and manipulating network data compared to shell commands because PHP does not have direct access to low-leve...

What are the limitations of using a single broadcast address in a PHP Wake-on-LAN script for waking up machines in different networks?

Using a single broadcast address in a Wake-on-LAN script limits the ability to wake up machines in different networks because broadcast packets are ty...

How can one determine the ping in PHP and what are the potential methods to achieve this?

To determine the ping in PHP, one potential method is to use the `exec()` function to run a system ping command and capture the output. This can be ac...

Are there any specific considerations to keep in mind when working with UDP connections in PHP scripts?

When working with UDP connections in PHP scripts, it is important to keep in mind that UDP is connectionless and unreliable, so you may need to handle...

Showing 26 to 30 of 44 results

‹ 1 2 3 4 5 6 7 8 9 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.