Basic::getAuthString(): string In this article Table of ContentsReturn Source ↑ Back to top Get the authentication string (user:pass) Return string Source public function getAuthString() { return $this->user . ':' . $this->pass; } View all references View on Trac View on GitHub 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.