php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "port"

What are some alternative methods to check if a specific port is associated with a protocol in PHP?

When working with networking in PHP, it may be necessary to check if a specific port is associated with a particular protocol. One way to do this is b...

How can sockets be used to check server connections with IP and Port in PHP?

To check server connections with IP and Port in PHP, you can use sockets to establish a connection to the server. By creating a socket connection to t...

What are some common methods for controlling a modem over a COM port using PHP?

Controlling a modem over a COM port using PHP can be achieved by utilizing the PHP `dio` extension, which allows direct I/O access to devices. By open...

How can PHP be used to interact with hardware components like relays connected to the printer port?

To interact with hardware components like relays connected to the printer port using PHP, you can utilize the `parport` extension in PHP. This extensi...

How can one troubleshoot automatic insertion of carriage return characters when writing to a serial port in PHP?

When writing to a serial port in PHP, if you are experiencing automatic insertion of carriage return characters, it may be due to the way data is bein...

Showing 41 to 45 of 594 results

‹ 1 2 ... 6 7 8 9 10 11 12 ... 118 119 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.