cvs: phpdoc-sk /reference/filesystem functions.xml ini.xml reference.xml
[email protected] ("Robert Novotny")
| Newsgroups | php.doc.sk |
|---|---|
| Message-ID | <cvsnovotnyr1043679933@cvsserver> |
novotnyr Mon Jan 27 10:05:33 2003 EDT
Added files:
/phpdoc-sk/reference/filesystem functions.xml ini.xml reference.xml
Log:
new ones
novotnyr-20030127100533.txt
(text/plain, 10.2 KB)
Index: phpdoc-sk/reference/filesystem/functions.xml
+++ phpdoc-sk/reference/filesystem/functions.xml
&reference.filesystem.functions.basename;
&reference.filesystem.functions.chgrp;
&reference.filesystem.functions.chmod;
&reference.filesystem.functions.chown;
&reference.filesystem.functions.clearstatcache;
&reference.filesystem.functions.copy;
&reference.filesystem.functions.delete;
&reference.filesystem.functions.dirname;
&reference.filesystem.functions.disk-free-space;
&reference.filesystem.functions.disk-total-space;
&reference.filesystem.functions.diskfreespace;
&reference.filesystem.functions.fclose;
&reference.filesystem.functions.feof;
&reference.filesystem.functions.fflush;
&reference.filesystem.functions.fgetc;
&reference.filesystem.functions.fgetcsv;
&reference.filesystem.functions.fgets;
&reference.filesystem.functions.fgetss;
&reference.filesystem.functions.file-exists;
&reference.filesystem.functions.file-get-contents;
&reference.filesystem.functions.file;
&reference.filesystem.functions.fileatime;
&reference.filesystem.functions.filectime;
&reference.filesystem.functions.filegroup;
&reference.filesystem.functions.fileinode;
&reference.filesystem.functions.filemtime;
&reference.filesystem.functions.fileowner;
&reference.filesystem.functions.fileperms;
&reference.filesystem.functions.filesize;
&reference.filesystem.functions.filetype;
&reference.filesystem.functions.flock;
&reference.filesystem.functions.fnmatch;
&reference.filesystem.functions.fopen;
&reference.filesystem.functions.fpassthru;
&reference.filesystem.functions.fputs;
&reference.filesystem.functions.fread;
&reference.filesystem.functions.fscanf;
&reference.filesystem.functions.fseek;
&reference.filesystem.functions.fstat;
&reference.filesystem.functions.ftell;
&reference.filesystem.functions.ftruncate;
&reference.filesystem.functions.fwrite;
&reference.filesystem.functions.glob;
&reference.filesystem.functions.is-dir;
&reference.filesystem.functions.is-executable;
&reference.filesystem.functions.is-file;
&reference.filesystem.functions.is-link;
&reference.filesystem.functions.is-readable;
&reference.filesystem.functions.is-uploaded-file;
&reference.filesystem.functions.is-writable;
&reference.filesystem.functions.is-writeable;
&reference.filesystem.functions.link;
&reference.filesystem.functions.linkinfo;
&reference.filesystem.functions.lstat;
&reference.filesystem.functions.mkdir;
&reference.filesystem.functions.move-uploaded-file;
&reference.filesystem.functions.parse-ini-file;
&reference.filesystem.functions.pathinfo;
&reference.filesystem.functions.pclose;
&reference.filesystem.functions.popen;
&reference.filesystem.functions.readfile;
&reference.filesystem.functions.readlink;
&reference.filesystem.functions.realpath;
&reference.filesystem.functions.rename;
&reference.filesystem.functions.rewind;
&reference.filesystem.functions.rmdir;
&reference.filesystem.functions.set-file-buffer;
&reference.filesystem.functions.stat;
&reference.filesystem.functions.symlink;
&reference.filesystem.functions.tempnam;
&reference.filesystem.functions.tmpfile;
&reference.filesystem.functions.touch;
&reference.filesystem.functions.umask;
&reference.filesystem.functions.unlink;
Index: phpdoc-sk/reference/filesystem/ini.xml
+++ phpdoc-sk/reference/filesystem/ini.xml
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- EN-Revision: 1.2 Maintainer: novotnyr Status: ready -->
<section id="filesystem.configuration">
&reftitle.runtime;
&extension.runtime;
<para>
<table>
<title>Konfiguraèné mo¾nosti súborového systému a prúdov</title>
<tgroup cols="3">
<thead>
<row>
<entry>Názov</entry>
<entry>Implicitne</entry>
<entry>Meniteµnos»</entry>
</row>
</thead>
<tbody>
<row>
<entry>allow_url_fopen</entry>
<entry>"1"</entry>
<entry>PHP_INI_ALL</entry>
</row>
<row>
<entry>user_agent</entry>
<entry>NULL</entry>
<entry>PHP_INI_ALL</entry>
</row>
<row>
<entry>default_socket_timeout</entry>
<entry>"60"</entry>
<entry>PHP_INI_ALL</entry>
</row>
<row>
<entry>from</entry>
<entry>NULL</entry>
<entry>??</entry>
</row>
<row>
<entry>auto_detect_line_endings</entry>
<entry>"Off"</entry>
<entry>PHP_INI_ALL</entry>
</row>
</tbody>
</tgroup>
</table>
</para>
<para>
Nasleduje krátke vysvetlenie konfiguraèných direktív.
<variablelist>
<varlistentry id="ini.allow-url-fopen">
<term>
<parameter>allow_url_fopen</parameter>
<type>boolean</type>
</term>
<listitem>
<para>
Táto mo¾nos» povoµuje vyu¾íva» roz¹írené mechanizmy typu wrapper pre
fopen tak, aby bolo mo¾né pristupova» k objektom URL rovnakým spôsobom
ako k súborom. Implicitne sú tieto wrapper mechanizmy k dispozícii
na prístup k <link linkend="features.remote-files">vzdialeným súborom</link>
pou¾itím protokolov ftp alebo http. Niektoré roz¹írenia ako napr.
<link linkend="ref.zlib">zlib</link> mô¾u poskytova» ïal¹ie mechanizmy
typu wrapper.
</para>
<note>
<para>
Táto mo¾nos» bola daná k dispozícii ihneï po vydaní verzie
4.0.3. Pri verziách do 4.0.3 (vrátane) mohla by» táto mo¾nos»
zakázaná iba pri kompilácii - pomocou prepínaèa
<link linkend="install.configure.disable-url-fopen-wrapper"><parameter>
--disable-url-fopen-wrapper</parameter></link>.
</para>
</note>
<warning>
<para>
Vo verziách pre systém Windows star¹ích ako PHP 4.3 nepodporujú prístup
k vzdialeným súborom nasledovné funkcie: <function>include</function>,
<function>include_once</function>, <function>require</function>,
<function>require_once</function> a funkcie imagecreatefromXXX
v roz¹írení <xref linkend="ref.image"/>.
</para>
</warning>
</listitem>
</varlistentry>
<varlistentry id="ini.user-agent">
<term>
<parameter>user_agent</parameter>
<type>string</type>
</term>
<listitem>
<para>
Definuje hodnotu pre polo¾ku user agent, ktorú bude <literal>PHP</literal> odosiela».
</para>
</listitem>
</varlistentry>
<varlistentry id="ini.default-socket-timeout">
<term>
<parameter>default_socket_timeout</parameter>
<type>integer</type>
</term>
<listitem>
<para>
Implicitná premlka (v sekundách) pri prúdoch zalo¾ených na socketoch.
</para>
<note>
<simpara>
Táto konfiguraèná mo¾nos» bola zavedená v PHP 4.3.
</simpara>
</note>
</listitem>
</varlistentry>
<varlistentry id="ini.from">
<term>
<parameter>from="[email protected]"</parameter>
<type>string</type>
</term>
<listitem>
<para>
Definuje heslo pre anonymný prístup cez ftp (va¹a emailová adresa).
</para>
</listitem>
</varlistentry>
<varlistentry id="ini.auto-detect-line-endings">
<term>
<parameter>auto_detect_line_endings</parameter>
<type>boolean</type>
</term>
<listitem>
<para>
Ak je táto mo¾nos» zapnutá, PHP bude skúma», èi dáta naèítavané pomocou
funkcií <function>fgets</function> a <function>file</function>
pou¾ívajú konce riadkov ako Unix, MS-Dos alebo Macintosh.
</para>
<para>Týmto zabezpeèíte to, ¾e PHP bude správne pracova» so
systémami Macintosh. Implicitná hodnota je ale Off (vypnuté)
preto¾e pri detekcii druhu konca prvého riadku nastáva isté
malé výkonnostné spomalenie. Ïal¹ím dôvodom je to, ¾e
µudia pou¾ívajúci znak carriage-return ako oddeµovaè riadkov
v systémoch UNIX sa mô¾u stretnú» so spätne nekompatibilným
správaním.
</para>
<note>
<simpara>
Táto konfiguraèná mo¾nos» bola zavedená v PHP 4.3.
</simpara>
</note>
</listitem>
</varlistentry>
</variablelist>
</para>
</section>
<!-- 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/reference.xml
+++ phpdoc-sk/reference/filesystem/reference.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- EN-Revision: 1.7 Maintainer: novotnyr Status: ready -->
<reference id="ref.filesystem">
<title>Súborový systém a jeho funkcie</title>
<titleabbrev>Súborový systém</titleabbrev>
<partintro>
<section id="filesystem.intro">
&reftitle.intro;
<para>
</para>
</section>
<section id="filesystem.requirements">
&reftitle.required;
&no.requirement;
</section>
<section id="filesystem.installation">
&reftitle.install;
&no.install;
</section>
&reference.filesystem.ini;
<section id="filesystem.resources">
&reftitle.resources;
<para>
</para>
</section>
<section id="filesystem.constants">
&reftitle.constants;
&no.constants;
</section>
<section id="filesystem.seealso">
&reftitle.seealso;
<simpara>
Príbuzné funkcie mo¾no nájs» v sekciách <link linkend="ref.dir">Práca s adresárom</link>
a <link linkend="ref.exec">Spús»anie programov</link>.
</simpara>
<simpara>
Zoznam a vysvetlenie rozlièným mechanizmov wrappers podporujúcich adresy URL
a mô¾u by» pou¾ité pri práci so vzdialenými adresármi nájdete
v èasti <xref linkend="wrappers"/>.
</simpara>
</section>
</partintro>
&reference.filesystem.functions;
</reference>
<!-- 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
-->