<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.info.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'function.zend-version.php',
    1 => 'zend_version',
    2 => 'Liefert die aktuelle Version der Zend-Engine',
  ),
  'up' => 
  array (
    0 => 'ref.info.php',
    1 => 'PHP-Optionen-/-Informationen-Funktionen',
  ),
  'prev' => 
  array (
    0 => 'function.zend-thread-id.php',
    1 => 'zend_thread_id',
  ),
  'next' => 
  array (
    0 => 'book.phpdbg.php',
    1 => 'phpdbg',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    'path' => 'reference/info/functions/zend-version.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.zend-version" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">zend_version</h1>
  <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">zend_version</span> &mdash; <span class="dc-title">Liefert die aktuelle Version der Zend-Engine</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.zend-version-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>zend_version</strong></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

  <p class="para rdfs-comment">
   Liefert die Versionsnummer der aktuell laufenden Zend-Engine als
   Zeichenkette.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.zend-version-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">Diese Funktion besitzt keine Parameter.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.zend-version-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   Liefert die Versionsnummer der Zend-Engine als Zeichenkette.
  </p>
 </div>


 <div class="refsect1 examples" id="refsect1-function.zend-version-examples">
  <h3 class="title">Beispiele</h3>
  <p class="para">
   <div class="example" id="example-1">
    <p><strong>Beispiel #1 <span class="function"><strong>zend_version()</strong></span>-Beispiel</strong></p>
    <div class="example-contents">
<div class="phpcode"><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br /></span><span style="color: #007700">echo </span><span style="color: #DD0000">"Zend-Engine-Version: " </span><span style="color: #007700">. </span><span style="color: #0000BB">zend_version</span><span style="color: #007700">();<br /></span><span style="color: #0000BB">?&gt;</span></span></code></div>
    </div>

    <div class="example-contents"><p>Das oben gezeigte Beispiel erzeugt
eine ähnliche Ausgabe wie:</p></div>
    <div class="example-contents screen">
<div class="examplescode"><pre class="examplescode">Zend-Engine-Version: 2.2.0</pre>
</div>
    </div>
   </div>
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.zend-version-seealso">
  <h3 class="title">Siehe auch</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.phpinfo.php" class="function" rel="rdfs-seeAlso">phpinfo()</a> - Liefert Informationen zur PHP-Konfiguration</span></li>
    <li><span class="function"><a href="function.phpcredits.php" class="function" rel="rdfs-seeAlso">phpcredits()</a> - Prints out the credits for PHP</span></li>
    <li><span class="function"><a href="function.phpversion.php" class="function" rel="rdfs-seeAlso">phpversion()</a> - Liefert die aktuelle PHP-Version</span></li>
   </ul>
  </p>
 </div>


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