GC_Image_Editor::stream()
最后更新于:2021-11-27 23:37:14
GC_Image_Editor::stream( string$mime_type=null)Streams current image to browser.
参数
- $mime_type
-
(string) (Optional) The mime type of the image.
Default value: null
响应
(true|GC_Error) True on success, GC_Error object on failure.
源文件
文件: gc-includes/class-gc-image-editor.php
abstract public function stream( $mime_type = null );