Jump to content

Using an already open socket


ChadNomad

Recommended Posts

Hi all,

 

Is it possible to use an already open socket? Sorry I'm finding it difficult to describe this.

 

I have created a persistent connection to a service with this:

 

$connection = pfsockopen($servier, $port, $errno, $errstr) or exit($errno . " " . $errstr);

 

Using a while look like while (!feof($connection)) I can use fputs to send through the socket.

 

My question... Can I find and use an already open socket from another file completely unrelated so I can send custom commands "on the fly" so to speak?

 

Everything I've tried has landed me with supplied argument is not a valid stream resource so far...

 

Any help appreciated. Thanks

Link to comment
https://forums.phpfreaks.com/topic/152272-using-an-already-open-socket/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.