Jump to content

Bind IP with fsockopen


daffy duck

Recommended Posts

Hi is it possible to socket_bind with fsockopen? im using this...

 

$fs = fsockopen('example.com', 2043, $errno, $errstr, 60);
if (!$fs) {
   fclose($fs);

 

and I need the remote conection to see me as one of my other IP's

 

Ive read through socket_bind

http://uk.php.net/manual/en/function.socket-bind.php

 

but cant see how to use it with my above code

 

Thanks

 

Link to comment
https://forums.phpfreaks.com/topic/45742-bind-ip-with-fsockopen/
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.