php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "remote connection"

Are sockets available as an alternative for testing the existence of a remote file in PHP?

When testing the existence of a remote file in PHP, sockets can be used as an alternative method. By establishing a connection to the remote server us...

Are there any specific PHP libraries or functions that are recommended for interacting with remote servers via SSH?

Interacting with remote servers via SSH in PHP can be achieved using libraries like phpseclib or php-ssh2. These libraries provide functions and class...

What are the advantages of using fsockopen() over fopen() when checking for the existence of files on remote servers in PHP?

When checking for the existence of files on remote servers in PHP, using fsockopen() instead of fopen() has the advantage of allowing for more control...

How can PHP developers effectively utilize WQL to connect to remote machines for registry access?

To connect to remote machines for registry access in PHP, developers can utilize Windows Management Instrumentation Query Language (WQL) to query the...

What is the correct way to connect to a database on a remote server using PHP?

When connecting to a database on a remote server using PHP, you need to specify the host, username, password, and database name in the connection para...

Showing 16 to 20 of 7548 results

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

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.