Skip to content

Commit b9c0a65

Browse files
authored
Update README.md
1 parent 666220d commit b9c0a65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ function get_domain($url) {
55
$str = '/^(?:https?.\/\/)?(?:[^@\/\n]+@)?(?:)?([^:\/?\n]+).*/m';
66
preg_match_all($str, $url, $matches, PREG_SET_ORDER, 0);
77
foreach ($matches as $key => $value) {
8-
// code...
98
//var_dump($value);
109
return $value[1];
1110
}

0 commit comments

Comments
 (0)