File::getBase64Data(): string|null In this article Table of ContentsReturn Source Changelog ↑ Back to top Gets the base64-encoded data for inline files. Return string|null The plain base64-encoded data (without data URI prefix), or null if not an inline file. Source public function getBase64Data(): ?string { return $this->base64Data; } View all references View on Trac View on GitHub Changelog VersionDescription0.1.0Introduced. 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.