Sample code for 30+ languages & platforms
PHP Extension

Example: Rest.AddHeader method

Demonstrates the AddHeader method.

Chilkat PHP Extension Downloads

PHP Extension
<?php

include("chilkat.php");

$rest = new CkRest();

$rest->AddHeader('User-Agent','MyApplication/1.0');

// ...
// ...
// ...

?>