cvs: phpdoc-cs /reference/shmop/functions shmop-size.xml size.xml

[email protected] ("Jakub Vrana") Sun, 07 Dec 2003 18:13:39 -0000
Newsgroups php.doc.cs
Message-ID <cvsvrana1070820819@cvsserver>
vrana		Sun Dec  7 13:13:39 2003 EDT

  Added files:                 
    /phpdoc-cs/reference/shmop/functions	shmop-size.xml 

  Removed files:               
    /phpdoc-cs/reference/shmop/functions	size.xml 
  Log:
  Renamed from size to shmop_size
  

Index: phpdoc-cs/reference/shmop/functions/shmop-size.xml
+++ phpdoc-cs/reference/shmop/functions/shmop-size.xml
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- splitted from ./cs/functions/shmop.xml, last change in rev 1.1 -->
  <refentry id="function.shmop_size">
  <refnamediv>
   <refname>shmop_size</refname>
   <refpurpose>Zjistit velikost bloku sdílené pamìti</refpurpose>
  </refnamediv>
  <refsect1>
   <title>Popis</title>
    <methodsynopsis>
     <type>int</type><methodname>shmop_size</methodname>
     <methodparam><type>int</type><parameter>shmid</parameter></methodparam>
    </methodsynopsis>
    <para>
     <function>shmop_size</function> se pou¾ívá ke zji¹tìní velikosti bloku
     sdílené pamìti v bytech.
    </para>
    <para>
     <function>shmop_size</function> pøijímá <parameter>shmid</parameter>, co¾ je
     idenfifikátor vytvoøený funkcí <function>shmop_open</function>.
     <function>shmop_size</function> vrací integer pøedstavující poèet bytù,
     které blok sdílené pamìti zabírá.
    </para>
    <para>
     <example>
      <title>Zji¹tìní velikosti bloku sdílené pamìti</title>
      <programlisting role="php">
&lt;?php
$shm_size = shmop_size($shm_id);
?&gt;
      </programlisting>
     </example>
    </para>
    <para>
     Tato ukázka zapí¹e velikost bloku sdílené pamìti urèeného identifikátorem
     <literal>$shm_id</literal> do <literal>$shm_size</literal>.
    </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
-->