fork(1) download
  1. <?php
  2.  
  3. // your code goes here
  4. $url = "https://d...content-available-to-author-only...o.net/admin/webhooks.json?";
  5. $parsed = parse_url($url);
  6.  
  7. print_r($parsed);
Success #stdin #stdout 0.04s 25544KB
stdin
Standard input is empty
stdout
Array
(
    [scheme] => https
    [host] => dylan-store-1.mysapo.net
    [path] => /admin/webhooks.json
)