<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.componere.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'reference.componere.php',
    1 => 'Componere İşlevleri',
    2 => 'Componere İşlevleri',
  ),
  'up' => 
  array (
    0 => 'book.componere.php',
    1 => 'Componere',
  ),
  'prev' => 
  array (
    0 => 'componere-value.hasdefault.php',
    1 => 'Componere\\Value::hasDefault',
  ),
  'next' => 
  array (
    0 => 'componere.cast.php',
    1 => 'Componere\\cast',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/componere/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/reference.componere.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="reference.componere" class="reference">
 <h1 class="title">Componere İşlevleri</h1>

 




 





<h2>İçindekiler</h2><ul class="chunklist chunklist_reference"><li><a href="componere.cast.php">Componere\cast</a> — Casting</li><li><a href="componere.cast_by_ref.php">Componere\cast_by_ref</a> — Casting</li></ul>
</div>
<?php manual_footer($setup); ?>