Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 5264

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Output text in a box [deprecated]</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.pdf-shfill.html">PDF_shfill</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.pdf-show-xy.html">PDF_show_xy</a></div>
 <div class="up"><a href="ref.pdf.html">PDF Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="function.pdf-show-boxed" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">PDF_show_boxed</h1>
  <p class="verinfo">(PHP 4, PECL pdflib &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">PDF_show_boxed</span> &mdash; <span class="dc-title">Output text in a box [deprecated]</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.pdf-show-boxed-description">
  <h3 class="title">Description</h3>
   <div class="methodsynopsis dc-description">
    <span class="type">int</span> <span class="methodname"><strong>PDF_show_boxed</strong></span>
     ( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$p</code></span>
    , <span class="methodparam"><span class="type">string</span> <code class="parameter">$text</code></span>
    , <span class="methodparam"><span class="type">float</span> <code class="parameter">$left</code></span>
    , <span class="methodparam"><span class="type">float</span> <code class="parameter">$top</code></span>
    , <span class="methodparam"><span class="type">float</span> <code class="parameter">$width</code></span>
    , <span class="methodparam"><span class="type">float</span> <code class="parameter">$height</code></span>
    , <span class="methodparam"><span class="type">string</span> <code class="parameter">$mode</code></span>
    , <span class="methodparam"><span class="type">string</span> <code class="parameter">$feature</code></span>
    )</div>

  <p class="para rdfs-comment">
   This function is deprecated since PDFlib version 6, use
    <span class="function"><a href="function.pdf-fit-textline.html" class="function">PDF_fit_textline()</a></span> for single lines, or the
    <span class="function"><strong>PDF_*_textflow()</strong></span> functions for multi-line formatting
   instead.
  </p>
 </div>

</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.pdf-shfill.html">PDF_shfill</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.pdf-show-xy.html">PDF_show_xy</a></div>
 <div class="up"><a href="ref.pdf.html">PDF Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>