PHP Extension
PHP Extension
Example: Http.GetDomain method
Demonstrates theGetDomain method.
Chilkat PHP Extension Downloads
<?php
include("chilkat.php");
$http = new CkHttp();
$domain = $http->getDomain('https://chilkatsoft.com/refdoc/csharp.asp');
print $domain . "\n";
// Output: chilkatsoft.com
?>