mirror of
https://github.com/php/doc-pl.git
synced 2026-04-24 07:18:15 +02:00
86 lines
2.3 KiB
XML
Executable File
86 lines
2.3 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- EN-Revision: b0b19b66183b28cebc1ffbcf1e2b8763f9d9c7b3 Maintainer: joeaccord Status: ready -->
|
|
<!-- $Revision$ -->
|
|
<!-- CREDITS: leniwiec -->
|
|
<refentry xml:id="function.rewinddir" xmlns="http://docbook.org/ns/docbook">
|
|
<refnamediv>
|
|
<refname>rewinddir</refname>
|
|
<refpurpose>Ustawia wskaźnik katalogu na początek</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsect1 role="description">
|
|
&reftitle.description;
|
|
<methodsynopsis>
|
|
<type>void</type><methodname>rewinddir</methodname>
|
|
<methodparam choice="opt"><type class="union"><type>resource</type><type>null</type></type><parameter>dir_handle</parameter><initializer>&null;</initializer></methodparam>
|
|
</methodsynopsis>
|
|
<para>
|
|
Ustawia uchwyt do strumienia katalogu
|
|
<parameter>dir_handle</parameter> na początek
|
|
katalogu.
|
|
</para>
|
|
</refsect1>
|
|
|
|
<refsect1 role="parameters">
|
|
&reftitle.parameters;
|
|
<para>
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term><parameter>dir_handle</parameter></term>
|
|
<listitem>
|
|
<para>
|
|
Uchwyt katalogu (<link linkend="language.types.resource">zasób</link>) otwarty wcześniej za pomocą
|
|
<function>opendir</function>. Jeśli uchwyt katalogu nie jest
|
|
podany, przyjmowany jest ostatni wskaźnik katalogu utworzony
|
|
przez <function>opendir</function>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</para>
|
|
</refsect1>
|
|
|
|
<refsect1 role="changelog">
|
|
&reftitle.changelog;
|
|
<informaltable>
|
|
<tgroup cols="2">
|
|
<thead>
|
|
<row>
|
|
<entry>&Version;</entry>
|
|
<entry>&Description;</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>8.0.0</entry>
|
|
<entry>
|
|
Parametr <parameter>dir_handle</parameter> dopuszcza teraz &null;.
|
|
</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</informaltable>
|
|
</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:"~/.phpdoc/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
|
|
-->
|