Jump to content

PHP equivalent of .NET


soycharliente

Recommended Posts

Anyone know what the PHP equivalent of http://msdn.microsoft.com/en-us/library/system.net.webproxy.aspx would be?

 

I'm trying to use an API and they only give .NET code examples. They say you can do it in PHP but you have to pay for them to help you. I'm just trying to figure out where to start looking in PHP.

 

Thanks.

Link to comment
https://forums.phpfreaks.com/topic/203172-php-equivalent-of-net/
Share on other sites

I'm going to take a stab at this and guess you're trying to connect to a web proxy? I haven't the slightest about .NET

 

fsockopen would be an ideal place to start.

 

If that doesn't suit your needs, there is always the wonderful cURL extension.

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.