atex            Tue Nov  1 16:06:16 2005 EDT

  Added files:                 
    /phpdoc/en/reference/rpmreader/functions    rpm-version.xml 
  Log:
  - Added functions/rpm-version.xml to document the new 'rpm_version' function.
  
  

http://cvs.php.net/co.php/phpdoc/en/reference/rpmreader/functions/rpm-version.xml?r=1.1&p=1
Index: phpdoc/en/reference/rpmreader/functions/rpm-version.xml
+++ phpdoc/en/reference/rpmreader/functions/rpm-version.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.rpm-version">
 <refnamediv>
  <refname>rpm_version</refname>
  <refpurpose>Returns a string representing the current version of the
   rpmreader extension</refpurpose>
 </refnamediv>
 <refsect1 role="description">
  &reftitle.description;
  <methodsynopsis>
   <type>string</type><methodname>rpm_version</methodname>
   <void />
  </methodsynopsis>
  <para>
    <function>rpm_version</function> will return the current version of the
     rpmreader extension.
  </para>
 </refsect1>
 <refsect1 role="returnvalues">
  &reftitle.returnvalues;
  <para>
    <function>rpm_version</function> will return a string representing the
     rpmreader version currently loaded in PHP.
  </para>
 </refsect1>
 <refsect1 role="examples">
  &reftitle.examples;
  <para>
   <example>
    <title><function>rpm_version</function> example</title>
    <programlisting role="php">
<![CDATA[
<?php

$rpmr_ver = rpm_version($rpmr);

echo "$rpmr_ver<br>\n";

?>
]]>
    </programlisting>
   </example>
  </para>
 </refsect1>
</refentry>

<!-- 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
-->

Reply via email to