diff --git a/reference/imagick/imagick/toString.xml b/reference/imagick/imagick/toString.xml new file mode 100644 index 0000000000..45fd2a12f4 --- /dev/null +++ b/reference/imagick/imagick/toString.xml @@ -0,0 +1,63 @@ + + + + + + Imagick::__toString + Returns the image as a string. + + + + &reftitle.description; + + stringImagick::__toString + + + + Returns the current image as string. This will only return a single image; it should not be used for Imagick objects that contain multiple images e.g. an animated GIF or PDF with multiple pages. + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + Returns the string content on success or an empty string on failure. + + + + + + &reftitle.seealso; + + Imagick::getImageBlob + Imagick::getImagesBlob + + + + + +