| http://www.w3.org/ns/prov#value | - quests through the NTLM APS.To do this, you use contexts.Here is an example.<?php// Define a context for HTTP.$aContext = array( 'http' => array( 'proxy' => 'tcp://127.0.0.1:8080', // This needs to be the server and the port of the NTLM Authentication Proxy Server. 'request_fulluri' => True, ), );$cxContext = stream_context_create($aContext);// Now all file stream functions can use this context.$s
|