cvs: phpdoc-hu /reference/filesystem/functions disk-free-space.xml disk-total-space.xml

[email protected] ("Lajos Cseppent?")
Newsgroups php.doc.hu
Message-ID <cvschappy1170077604@cvsserver>
chappy		Mon Jan 29 13:33:24 2007 UTC

  Added files:                 
    /phpdoc-hu/reference/filesystem/functions	disk-free-space.xml 
                                             	disk-total-space.xml 
  Log:
  sync
  

http://cvs.php.net/viewvc.cgi/phpdoc-hu/reference/filesystem/functions/disk-free-space.xml?view=markup&rev=1.1
Index: phpdoc-hu/reference/filesystem/functions/disk-free-space.xml
+++ phpdoc-hu/reference/filesystem/functions/disk-free-space.xml
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- EN-Revision: 1.4 Maintainer: chappy Status: ready -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.86 -->
  <refentry id="function.disk-free-space">
   <refnamediv>
    <refname>disk_free_space</refname>
    <refpurpose>Visszaadja a könyvtárban lévõ szabad hely méretét</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Leírás</title>
     <methodsynopsis>
      <type>float</type><methodname>disk_free_space</methodname>
      <methodparam><type>string</type><parameter>directory</parameter></methodparam>
     </methodsynopsis>
    <para>
     A megadott karakterlánc tartalmazza a könyvtár elérési útját.
	 Ez a függvény visszaadja a megfelelõ fájlrendszeren vagy lemez particíón 
	 lévõ szabad hely méretét bájtokban.
    </para>
    <para>
     <example>
      <title><function>disk_free_space</function> példa</title>
      <programlisting role="php">
<![CDATA[
<?php
// $df tartalmazza a szabad hely méretét a "/" meghajtón bájtoban
$df = disk_free_space("/");

// Windowson:
disk_free_space("C:");
disk_free_space("D:");
?>
]]>
      </programlisting>
     </example>
    </para>
    
    &note.no-remote;

    <simpara>
     Lásd még: <function>disk_total_space</function>
    </simpara>
   </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
-->

http://cvs.php.net/viewvc.cgi/phpdoc-hu/reference/filesystem/functions/disk-total-space.xml?view=markup&rev=1.1
Index: phpdoc-hu/reference/filesystem/functions/disk-total-space.xml
+++ phpdoc-hu/reference/filesystem/functions/disk-total-space.xml
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- EN-Revision: 1.4 Maintainer: chappy Status: ready -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.64 -->
  <refentry id="function.disk-total-space">
   <refnamediv>
    <refname>disk_total_space</refname>
    <refpurpose>Visszaadja a könyvtár teljes méretét</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Leírás</title>
     <methodsynopsis>
      <type>float</type><methodname>disk_total_space</methodname>
      <methodparam><type>string</type><parameter>directory</parameter></methodparam>
     </methodsynopsis>
    <para>
     A megadott karakterlánc tartalmazza a könyvtár elérési útját.
	 Ez a függvény visszaadja a megfelelõ fájlrendszer vagy lemez particíó 
	 méretét bájtokban.
    </para>
    <para>
     <example>
      <title><function>disk_total_space</function> példa</title>
      <programlisting role="php">
<![CDATA[
<?php
// $df tartalmazza a "/" méretét bájtokban
$df = disk_total_space("/");

// Windowson:
disk_total_space("C:");
disk_total_space("D:");
?>
]]>
      </programlisting>
     </example>
    </para>

    &note.no-remote;
    
    <simpara>
     Lásd még: <function>disk_free_space</function>
    </simpara>
   </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
-->
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.