2003-08-06 13:53:45 +00:00
|
|
|
|
<?xml version="1.0" encoding="WINDOW-1255"?>
|
|
|
|
|
<!-- $Revision: 1.5 $ -->
|
|
|
|
|
<!--EN-Revision: 1.4 Maintainer: noam Status: working -->
|
2002-04-15 00:12:54 +00:00
|
|
|
|
<!-- splitted from ./en/functions/info.xml, last change in rev 1.11 -->
|
2003-08-06 13:53:45 +00:00
|
|
|
|
<refentry id="function.zend-version">
|
|
|
|
|
<refnamediv>
|
|
|
|
|
<refname>zend_version</refname>
|
|
|
|
|
<refpurpose><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD></refpurpose>
|
|
|
|
|
</refnamediv>
|
|
|
|
|
<refsect1>
|
|
|
|
|
<title><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></title>
|
|
|
|
|
<methodsynopsis>
|
|
|
|
|
<type>string</type>
|
|
|
|
|
<methodname>zend_version</methodname>
|
|
|
|
|
<void/>
|
|
|
|
|
</methodsynopsis>
|
|
|
|
|
<para> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> </para>
|
|
|
|
|
<para>
|
|
|
|
|
<example>
|
|
|
|
|
<title>
|
|
|
|
|
<function>zend_version</function><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></title>
|
|
|
|
|
<programlisting role="php"><![CDATA[
|
2003-07-16 17:25:02 +00:00
|
|
|
|
<?php
|
2002-04-15 00:12:54 +00:00
|
|
|
|
// prints e.g. 'Zend engine version: 1.0.4'
|
|
|
|
|
echo "Zend engine version: " . zend_version();
|
2003-07-16 17:25:02 +00:00
|
|
|
|
?>
|
2003-08-06 13:53:45 +00:00
|
|
|
|
]]></programlisting>
|
|
|
|
|
</example>
|
|
|
|
|
</para>
|
|
|
|
|
<para>
|
|
|
|
|
<20><><EFBFBD> <20><> <function>phpinfo</function>,
|
2002-04-15 00:12:54 +00:00
|
|
|
|
<function>phpcredits</function>,
|
2003-08-06 13:53:45 +00:00
|
|
|
|
<function>php_logo_guid</function>, <20>
|
2002-04-15 00:12:54 +00:00
|
|
|
|
<function>phpversion</function>.
|
|
|
|
|
</para>
|
2003-08-06 13:53:45 +00:00
|
|
|
|
</refsect1>
|
|
|
|
|
</refentry>
|
2002-04-15 00:12:54 +00:00
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
|
Local variables:
|
|
|
|
|
mode: sgml
|
|
|
|
|
sgml-omittag:t
|
|
|
|
|
sgml-shorttag:t
|
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
|
sgml-indent-step:1
|
|
|
|
|
sgml-indent-data:t
|
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
|
sgml-parent-document:nil
|
|
|
|
|
sgml-default-dtd-file:"../../../../manual.ced"
|
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
|
End:
|
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
|
-->
|