php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "open ports"

How can PHP be used to determine if specific ports are open?

To determine if specific ports are open using PHP, you can use the `fsockopen()` function to create a socket connection to the specified port on a tar...

What are the potential drawbacks of using Exec("telnet ip port") in PHP to check for open telnet ports?

Using Exec("telnet ip port") in PHP to check for open telnet ports can be risky as it relies on an external command line tool and may expose your serv...

How can fsockopen be used as an alternative to Exec("telnet ip port") in PHP for checking open telnet ports?

To check open telnet ports in PHP without using the potentially unsafe `exec` function, you can use `fsockopen` to establish a connection to the speci...

Are there any potential security risks associated with XAMPP and IDE installations, such as inadvertently opening ports on the PC?

There are potential security risks associated with XAMPP and IDE installations, such as inadvertently opening ports on the PC, which can make the syst...

What are the common reasons for the pingDomain function in PHP not accurately detecting server status, especially when dealing with different ports?

The common reasons for the pingDomain function in PHP not accurately detecting server status, especially when dealing with different ports, could be d...

Showing 1 to 5 of 2472 results

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

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.