<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/functional.parallel.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'parallel.bootstrap.php',
    1 => 'parallel\\bootstrap',
    2 => 'Bootstrapping',
  ),
  'up' => 
  array (
    0 => 'functional.parallel.php',
    1 => 'Functional API',
  ),
  'prev' => 
  array (
    0 => 'functional.parallel.php',
    1 => 'Functional API',
  ),
  'next' => 
  array (
    0 => 'parallel.run.php',
    1 => 'parallel\\run',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/parallel/functions/parallel.bootstrap.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="parallel.bootstrap" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">parallel\bootstrap</h1>
  <p class="verinfo">(1.0.0)</p><p class="refpurpose"><span class="refname">parallel\bootstrap</span> &mdash; <span class="dc-title">Bootstrapping</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-parallel.bootstrap-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>parallel\bootstrap</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$file</code></span>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="simpara">
   Shall use the provided <code class="parameter">file</code> to bootstrap all runtimes created for automatic scheduling via <span class="function"><a href="parallel.run.php" class="function">parallel\run()</a></span>.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-parallel.bootstrap-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <dl>
   
    <dt><code class="parameter">file</code></dt>
    <dd>
     <span class="simpara">
      Path to the file to bootstrap all runtimes.
     </span>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-parallel.bootstrap-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="simpara">
   Es wird kein Wert zurückgegeben.
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-parallel.bootstrap-errors">
  <h3 class="title">Fehler/Exceptions</h3>
  <div class="warning"><strong class="warning">Warnung</strong>
   <p class="simpara">
    Shall throw <span class="type">parallel\Runtime\Error\Bootstrap</span> if previously called for this process.
   </p>
  </div>
  <div class="warning"><strong class="warning">Warnung</strong>
   <p class="simpara">
    Shall throw <span class="type">parallel\Runtime\Error\Bootstrap</span> if called after <span class="function"><a href="parallel.run.php" class="function">parallel\run()</a></span>.
   </p>
  </div>
 </div>


 <div class="refsect1 seealso" id="refsect1-parallel.bootstrap-seealso">
   <h3 class="title">Siehe auch</h3>
   <ul class="simplelist">
    <li><a href="parallel-runtime.run.php" class="xref">parallel\Runtime::run</a></li>
   </ul>
  </div>


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