PHP ActiveX
PHP ActiveX
Example: Rest.AddHeader method
Demonstrates theAddHeader method.
Chilkat PHP ActiveX Downloads
<?php
$rest = new COM("Chilkat.Rest");
$rest->AddHeader('User-Agent','MyApplication/1.0');
// ...
// ...
// ...
?>