We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c8e60 commit 134a96fCopy full SHA for 134a96f
src/pdp-parse-url.php
@@ -1,5 +1,12 @@
1
<?php
2
3
+/**
4
+ * PHP Domain Parser: Public Suffix List based URL parsing
5
+ *
6
+ * @link http://github.com/jeremykendall/php-domain-parser for the canonical source repository
7
+ * @copyright Copyright (c) 2014 Jeremy Kendall (http://about.me/jeremykendall)
8
+ * @license http://github.com/jeremykendall/php-domain-parser/blob/master/LICENSE MIT License
9
+ */
10
namespace {
11
if (!function_exists('pdp_parse_url')) {
12
/**
0 commit comments