Skip to content

Instantly share code, notes, and snippets.

View kerphi's full-sized avatar

Stéphane Gully kerphi

  • Abes
  • Montpellier
View GitHub Profile
<?php
$openurl = http_build_query($_GET, null, '&');
$ou = new openURLParser();
$ou->convertOpenURL($openurl);
$ou->parseData();
/* var_dump($ou->query); */