https://bugzilla.wikimedia.org/show_bug.cgi?id=28627

--- Comment #2 from Dan Barrett <[email protected]> 2011-04-20 19:29:03 
UTC ---
Argh, I have typos in my code examples. (Wish I could edit them!) The first
example, where you have two slashes, should read:

If you have two slashes, you get a 'host' array element:

print_r(parse_url('file://whatever/you/like.txt'));

Array
(
    [scheme] => file
    [host] => whatever
    [path] => /you/like.txt
)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to