Sample code for 30+ languages & platforms
PHP Extension

Example: Http.GetDomain method

Demonstrates the GetDomain method.

Chilkat PHP Extension Downloads

PHP Extension
<?php

include("chilkat.php");

$http = new CkHttp();

$domain = $http->getDomain('https://chilkatsoft.com/refdoc/csharp.asp');
print $domain . "\n";

// Output: chilkatsoft.com

?>