derick          Thu Aug  7 10:00:36 2003 EDT

  Modified files:              
    /phpdoc/en/reference/info/functions zend-version.xml 
  Log:
  - More fixes
  
  
Index: phpdoc/en/reference/info/functions/zend-version.xml
diff -u phpdoc/en/reference/info/functions/zend-version.xml:1.6 
phpdoc/en/reference/info/functions/zend-version.xml:1.7
--- phpdoc/en/reference/info/functions/zend-version.xml:1.6     Wed Aug  6 09:55:17 
2003
+++ phpdoc/en/reference/info/functions/zend-version.xml Thu Aug  7 10:00:36 2003
@@ -1,40 +1,43 @@
-<?xml version="1.0" encoding="WINDOW-1255"?>
-<!-- $Revision: 1.6 $ -->
-<!--EN-Revision: 1.4 Maintainer: noam Status: working -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/info.xml, last change in rev 1.11 -->
-<refentry id="function.zend-version">
-       <refnamediv>
-               <refname>zend_version</refname>
-               <refpurpose>�������� ������ �� ������ �� ���� ���� ������</refpurpose>
-       </refnamediv>
-       <refsect1>
-               <title>�����</title>
-               <methodsynopsis>
-                       <type>string</type>
-                       <methodname>zend_version</methodname>
-                       <void/>
-               </methodsynopsis>
-               <para>          �������� ������ �� ������ �� ���� ���� ��� ���� ������ 
  </para>
-               <para>
-                       <example>
-                               <title>
-                                       <function>zend_version</function>�����</title>
-                               <programlisting role="php"><![CDATA[
+  <refentry id="function.zend-version">
+   <refnamediv>
+    <refname>zend_version</refname>
+    <refpurpose>Gets the version of the current Zend engine</refpurpose>
+   </refnamediv>
+   <refsect1>
+    <title>Description</title>
+     <methodsynopsis>
+      <type>string</type><methodname>zend_version</methodname>
+      <void/>
+     </methodsynopsis>
+    <para>
+     Returns a string containing the version of the currently running
+     Zend Engine.
+    </para>
+    <para>
+     <example>
+      <title><function>zend_version</function> example</title>
+      <programlisting role="php">
+<![CDATA[
 <?php
 // prints e.g. 'Zend engine version: 1.0.4'
 echo "Zend engine version: " . zend_version();
 ?>
-]]></programlisting>
-                       </example>
-               </para>
-               <para>
-     ��� �� <function>phpinfo</function>,
+]]>
+      </programlisting>
+     </example>
+    </para>
+    <para>
+     See also <function>phpinfo</function>,
      <function>phpcredits</function>,
-     <function>php_logo_guid</function>, �
+     <function>php_logo_guid</function>, and
      <function>phpversion</function>.
     </para>
-       </refsect1>
-</refentry>
+   </refsect1>
+  </refentry>
+
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to