<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/langref.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'context.php',
    1 => 'Kontextoptionen und -parameter',
    2 => 'Kontextoptionen und -parameter',
  ),
  'up' => 
  array (
    0 => 'langref.php',
    1 => 'Sprachreferenz',
  ),
  'prev' => 
  array (
    0 => 'sensitiveparameter.construct.php',
    1 => 'SensitiveParameter::__construct',
  ),
  'next' => 
  array (
    0 => 'context.socket.php',
    1 => 'Socket-Kontextoptionen',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    'path' => 'language/context.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/context.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="context" class="reference">
 <h1 class="title">Kontextoptionen und -parameter</h1>

 <div class="partintro">
  <p class="para">
   PHP bietet eine Menge von Kontextoptionen und -parametern, die
   in Zusammenhang mit allen Dateisystem- und Streamwrappern
   genutzt werden können. Ein Kontext wird mit
   <span class="function"><a href="function.stream-context-create.php" class="function">stream_context_create()</a></span> erzeugt.
   Optionen werden mit <span class="function"><a href="function.stream-context-set-option.php" class="function">stream_context_set_option()</a></span>
   gesetzt und Parameter mit
   <span class="function"><a href="function.stream-context-set-params.php" class="function">stream_context_set_params()</a></span>.
  </p>
 </div>

 








 








 




 



 







 




 



 







 







 








<h2>Inhaltsverzeichnis</h2><ul class="chunklist chunklist_reference"><li><a href="context.socket.php">Socket-Kontextoptionen</a> — Liste der Socket-Kontextoptionen</li><li><a href="context.http.php">HTTP-Kontextoptionen</a> — Liste der HTTP-Kontextoptionen</li><li><a href="context.ftp.php">FTP-Kontextoptionen</a> — Liste der FTP-Kontextoptionen</li><li><a href="context.ssl.php">SSL-Kontext-Optionen</a> — Liste der SSL-Kontext-Optionen</li><li><a href="context.phar.php">Phar Kontextoptionen</a> — Liste der Phar Kontextoptionen</li><li><a href="context.params.php">Kontextparameter</a> — Liste der Kontextparameter</li><li><a href="context.zip.php">Zip-Kontextoptionen</a> — Liste der Zip-Kontextoptionen</li><li><a href="context.zlib.php">Zlib-Kontextoptionen</a> — Liste der Zlib-Kontextoptionen</li></ul>
</div>
<?php manual_footer($setup); ?>