<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.ps.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'function.ps-continue-text.php',
    1 => 'ps_continue_text',
    2 => 'Continue text in next line',
  ),
  'up' => 
  array (
    0 => 'ref.ps.php',
    1 => 'PS İşlevleri',
  ),
  'prev' => 
  array (
    0 => 'function.ps-closepath-stroke.php',
    1 => 'ps_closepath_stroke',
  ),
  'next' => 
  array (
    0 => 'function.ps-curveto.php',
    1 => 'ps_curveto',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ps/functions/ps-continue-text.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.ps-continue-text" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ps_continue_text</h1>
  <p class="verinfo">(PECL ps &gt;= 1.1.0)</p><p class="refpurpose"><span class="refname">ps_continue_text</span> &mdash; <span class="dc-title">Continue text in next line</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.ps-continue-text-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>ps_continue_text</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$psdoc</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$text</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Output a text one line below the last line. The line spacing is
   taken from the value &quot;leading&quot; which must be set with
   <span class="function"><a href="function.ps-set-value.php" class="function">ps_set_value()</a></span>. The actual position of the
   text is determined by the values &quot;textx&quot; and &quot;texty&quot; which can be requested
   with <span class="function"><a href="function.ps-get-value.php" class="function">ps_get_value()</a></span>
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.ps-continue-text-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">psdoc</code></dt>
     <dd>
      <p class="para">
       Resource identifier of the postscript file
       as returned by <span class="function"><a href="function.ps-new.php" class="function">ps_new()</a></span>.
      </p>
     </dd>
    
    
     <dt><code class="parameter">text</code></dt>
     <dd>
      <p class="para">
       The text to output.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.ps-continue-text-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Başarı durumunda <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>, başarısızlık durumunda <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> döner.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.ps-continue-text-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.ps-show.php" class="function" rel="rdfs-seeAlso">ps_show()</a> - Output text</span></li>
    <li><span class="function"><a href="function.ps-show-xy.php" class="function" rel="rdfs-seeAlso">ps_show_xy()</a> - Output text at given position</span></li>
    <li><span class="function"><a href="function.ps-show-boxed.php" class="function" rel="rdfs-seeAlso">ps_show_boxed()</a> - Output text in a box</span></li>
   </ul>
  </p>
 </div>

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