<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.imagick.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'imagick.tostring.php',
    1 => 'Imagick::__toString',
    2 => 'Returns the image as a string',
  ),
  'up' => 
  array (
    0 => 'class.imagick.php',
    1 => 'Imagick',
  ),
  'prev' => 
  array (
    0 => 'imagick.tintimage.php',
    1 => 'Imagick::tintImage',
  ),
  'next' => 
  array (
    0 => 'imagick.transformimage.php',
    1 => 'Imagick::transformImage',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/imagick/imagick/toString.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="imagick.tostring" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Imagick::__toString</h1>
  <p class="verinfo">(PECL imagick 2, PECL imagick 3)</p><p class="refpurpose"><span class="refname">Imagick::__toString</span> &mdash; <span class="dc-title">Returns the image as a string</span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-imagick.tostring-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Imagick::__toString</strong></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

  <p class="para rdfs-comment">
   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.
  </p>
 </div>

 
 <div class="refsect1 parameters" id="refsect1-imagick.tostring-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">Diese Funktion besitzt keine Parameter.</p>
 </div>

 
 <div class="refsect1 returnvalues" id="refsect1-imagick.tostring-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   Returns the string content on success or an empty string on failure.
  </p>
 </div>

 
 
 <div class="refsect1 seealso" id="refsect1-imagick.tostring-seealso">
  <h3 class="title">Siehe auch</h3>
  <ul class="simplelist">
   <li><span class="methodname"><a href="imagick.getimageblob.php" class="methodname" rel="rdfs-seeAlso">Imagick::getImageBlob()</a> - Returns the image sequence as a blob</span></li>
   <li><span class="methodname"><a href="imagick.getimagesblob.php" class="methodname" rel="rdfs-seeAlso">Imagick::getImagesBlob()</a> - Returns all image sequences as a blob</span></li>   
  </ul>
 </div>

 
</div><?php manual_footer($setup); ?>