cvs: phpdoc-sk /reference/filesystem/functions fclose.xml feof.xml

[email protected] ("Robert Novotny")
Newsgroups php.doc.sk
Message-ID <cvsnovotnyr1043776250@cvsserver>
novotnyr		Tue Jan 28 12:50:50 2003 EDT

  Added files:                 
    /phpdoc-sk/reference/filesystem/functions	fclose.xml feof.xml 
  Log:
  new ones
  

Index: phpdoc-sk/reference/filesystem/functions/fclose.xml
+++ phpdoc-sk/reference/filesystem/functions/fclose.xml
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- EN-Revision: 1.5 Maintainer: novotnyr Status: ready -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
  <refentry id="function.fclose">
   <refnamediv>
    <refname>fclose</refname>
    <refpurpose>Zatvorí súbor daný jeho deskriptorom.</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Popis</title>
     <methodsynopsis>
      <type>bool</type><methodname>fclose</methodname>
      <methodparam><type>resource</type><parameter>deskriptor</parameter></methodparam>
     </methodsynopsis>
    <para>
     Súbor, na ktorý ukazuje <parameter>deskriptor</parameter> bude zatvorený.
    </para>
    <para>
     &return.success;
    </para>
    <para>
     Deskriptor súboru musí by» platný a musí ukazova» na súbor,
     ktorý bol úspe¹ne otvorený pomocou <function>fopen</function> alebo
     <function>fsockopen</function>.
    </para>
    <para>
     <example>
      <title>Jednoduchý príklad na <function>fclose</function></title>
      <programlisting role="php">
<![CDATA[
<?php

  $handle = fopen('nejakysubor.txt', 'r');
  
  fclose($handle);
  
?>
]]>
      </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
-->

Index: phpdoc-sk/reference/filesystem/functions/feof.xml
+++ phpdoc-sk/reference/filesystem/functions/feof.xml
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- EN-Revision: 1.4 Maintainer: novotnyr Status: ready -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
  <refentry id="function.feof">
   <refnamediv>
    <refname>feof</refname>
    <refpurpose>Testuje koniec súboru pre deskriptor súboru.</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
     <methodsynopsis>
      <type>bool</type><methodname>feof</methodname>
      <methodparam><type>resource</type><parameter>deskriptor</parameter></methodparam>
     </methodsynopsis>
    <para>
     Vracia &true; ak je deskriptor na konci súboru (EOF) alebo nastala chyba,
     inak vracia false &false;.
    </para>
    <para>
     Deskriptor súboru musí by» platný a musí ukazova» na súbor, ktorý bol
     úspe¹ne otvorený pomocou <function>fopen</function>,
     <function>popen</function> alebo <function>fsockopen</function>.
    </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
-->
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.