Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 5244

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>Set fill and stroke color</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.pdf-set-word-spacing.html">PDF_set_word_spacing</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.pdf-setdash.html">PDF_setdash</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-setcolor" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">PDF_setcolor</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.0.5, PECL pdflib &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">PDF_setcolor</span> &mdash; <span class="dc-title">Set fill and stroke color</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.pdf-setcolor-description">
  <h3 class="title">Description</h3>
   <div class="methodsynopsis dc-description">
    <span class="type">bool</span> <span class="methodname"><strong>PDF_setcolor</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">$fstype</code></span>
    , <span class="methodparam"><span class="type">string</span> <code class="parameter">$colorspace</code></span>
    , <span class="methodparam"><span class="type">float</span> <code class="parameter">$c1</code></span>
    , <span class="methodparam"><span class="type">float</span> <code class="parameter">$c2</code></span>
    , <span class="methodparam"><span class="type">float</span> <code class="parameter">$c3</code></span>
    , <span class="methodparam"><span class="type">float</span> <code class="parameter">$c4</code></span>
    )</div>

  <p class="para rdfs-comment">
   Sets the current color space and color. Returns <strong><code>TRUE</code></strong> on success or <strong><code>FALSE</code></strong> on failure.
  </p>
 </div>

</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.pdf-set-word-spacing.html">PDF_set_word_spacing</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.pdf-setdash.html">PDF_setdash</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>