File ManagerCurrent Directory: wp-content/plugins/backwpup/vendor/guzzle/guzzle/src/Guzzle/Parser/UrlLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 UTC 2026 x86_64Edit File: UrlParserInterface.php <?php namespace Guzzle\Parser\Url; /** * URL parser interface */ interface UrlParserInterface { /** * Parse a URL using special handling for a subset of UTF-8 characters in the query string if needed. * * @param string $url URL to parse * * @return array Returns an array identical to what is returned from parse_url(). When an array key is missing from * this array, you must fill it in with NULL to avoid warnings in calling code. */ public function parseUrl($url); } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirUrlParser.phpFile1.39 KB Rename | Delete | EditUrlParserInterface.phpFile532.00 B Rename | Delete | Edit