Php - Use proxy pac file with curl?

Is there a way to use a proxy pac file with curl in php? I want my webserver to be able to access external webpages through my company's proxy, but a pac file was used instead of a static IP port. Can I do this in curl?

+3


source to share





All Articles