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