Http::get_auth_string(): string In this article Table of ContentsReturn Source Changelog ↑ Back to top Get the authentication string (user:pass) Return string Source public function get_auth_string() { return $this->user . ':' . $this->pass; } View all references View on Trac View on GitHub Changelog VersionDescription1.6Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.