PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $url = 'http://en.example.com'; $parsedUrl = parse_url($url); $hosthls = explode('.', $parsedUrl['hosthls']); $subserv = $hosthls[0];
Show:  
Copy Clear