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