downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the Git repository for this website on git.php.net.

Source of: /manual/ro/function.cairo-pattern-get-filter.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/ref.cairo.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'ro',
  ),
 
'this' =>
  array (
   
0 => 'function.cairo-pattern-get-filter.php',
   
1 => 'cairo_pattern_get_filter',
  ),
 
'up' =>
  array (
   
0 => 'ref.cairo.php',
   
1 => 'Funcții Cairo',
  ),
 
'prev' =>
  array (
   
0 => 'function.cairo-pattern-get-extend.php',
   
1 => 'cairo_pattern_get_extend',
  ),
 
'next' =>
  array (
   
0 => 'function.cairo-pattern-get-linear-points.php',
   
1 => 'cairo_pattern_get_linear_points',
  ),
 
'alternatives' =>
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div id="function.cairo-pattern-get-filter" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">cairo_pattern_get_filter</h1>
  <p class="verinfo">(PECL cairo &gt;= 0.1.0)</p><p class="refpurpose"><span class="refname">cairo_pattern_get_filter</span> &mdash; <span class="dc-title">Description</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.cairo-pattern-get-filter-description">
  <h3 class="title">Descrierea</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">int</span> <span class="methodname"><strong>cairo_pattern_get_filter</strong></span>
    ( <span class="methodparam"><span class="type"><a href="class.cairosurfacepattern.php" class="type CairoSurfacePattern">CairoSurfacePattern</a></span> <code class="parameter">$pattern</code></span>
   )</div>

  <p class="para rdfs-comment">
   The function description goes here.
  </p>

  <div class="warning"><strong class="warning">Avertizare</strong>
<p class="simpara">Această funcție nu este documentată în prezent; este disponibilă numai
lista sa de argumente.</p></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-function.cairo-pattern-get-filter-parameters">
  <h3 class="title">Parametri</h3>
  <p class="para">
   <dl>

    <dt>

     <span class="term"><em><code class="parameter">pattern</code></em></span>
     <dd>

      <p class="para">
       Description...
      </p>
     </dd>

    </dt>

   </dl>

  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.cairo-pattern-get-filter-returnvalues">
  <h3 class="title">Valorile întoarse</h3>
 
  <p class="para">
   What is returned on success and failure
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-function.cairo-pattern-get-filter-errors">
  <h3 class="title">Erori/Excepții</h3>
  <p class="para">
   When does this function issue E_* level errors, and/or throw exceptions.
  </p>
 </div>


 <div class="refsect1 examples" id="refsect1-function.cairo-pattern-get-filter-examples">
  <h3 class="title">Exemple</h3>
  <p class="para">
   <div class="example" id="example-2699">
    <p><strong>Example #1  <span class="function"><strong>cairo_pattern_get_filter()</strong></span> example</strong></p>
    <div class="example-contents"><p>
     Any text that describes the purpose of the example, or what
     goes on in the example should be here.
    </p></div>
    <div class="example-contents">
<div class="phpcode"><code><span style="color: #000000">
<span style="color: #0000BB">&lt;?php<br /><br /></span><span style="color: #FF8000">/*&nbsp;...&nbsp;*/<br /><br /></span><span style="color: #0000BB">?&gt;</span>
</span>
</code></div>
    </div>

    <div class="example-contents"><p>
Exemplul de mai sus va afișa ceva similar cu:</p></div>
    <div class="example-contents screen">
<div class="cdata"><pre>
...
</pre></div>
    </div>
   </div>
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.cairo-pattern-get-filter-seealso">
  <h3 class="title">Vedeți de asemenea</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"> <span class="function"><strong>related function name here()</strong></span></li>
   </ul>
  </p>
 </div>


</div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites