Streams current image to browser.
Parameters
$mime_typestringoptional- The mime type of the image.
Default:
null
Source
abstract public function stream( $mime_type = null );
Changelog
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |
Streams current image to browser.
$mime_typestringoptionalDefault:null
abstract public function stream( $mime_type = null );
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.