mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- More fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@136878 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4eb5813e57
commit
9f4d721b10
1 changed files with 32 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue