cvs: phpdoc-nl /reference/filesystem ini.xml
[email protected] ("Patric Stout")
| Newsgroups | php.doc.nl |
|---|---|
| Message-ID | <cvstruelight1041621359@cvsserver> |
truelight Fri Jan 3 14:15:59 2003 EDT
Added files:
/phpdoc-nl/reference/filesystem ini.xml
Log:
Sync with EN
Index: phpdoc-nl/reference/filesystem/ini.xml
+++ phpdoc-nl/reference/filesystem/ini.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- EN-Revision: 1.2 Maintainer: truelight Status: ready -->
<section id="filesystem.configuration">
&reftitle.runtime;
&extension.runtime;
<para>
<table>
<title>Bestands-systeem en stream configuratie opties</title>
<tgroup cols="3">
<thead>
<row>
<entry>Naam</entry>
<entry>Standaard waarde</entry>
<entry>Veranderbaar</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>
Hier is een korte uitleg van de configuratie opties.
<variablelist>
<varlistentry id="ini.allow-url-fopen">
<term>
<parameter>allow_url_fopen</parameter>
<type>boolean</type>
</term>
<listitem>
<para>
Deze optie activeert de URL-uitgeruste fopen wrappers die het mogelijk
maken om URL objekten zoals bestanden te openen. Standaard wrappers
zijn geleverd om toegang te krijgen tot <link linkend="features.remote-files">externe bestanden</link>
die gebruik maken van ftp of http protocol. Sommige extensies zoals
<link linkend="ref.zlib">zlib</link> kunnen als extra wrapper
geregistreerd worden.
</para>
<note>
<para>
Deze optie was geintroduceerd onmiddelijk na het uitkomen van versie
4.0.3. Voor versies tot en met 4.0.3 kan je deze functionaliteit alleen
maar uitschakelen tijdens het compilen met de optie
<link linkend="install.configure.disable-url-fopen-wrapper"><parameter>
--disable-url-fopen-wrapper</parameter></link>.
</para>
</note>
<warning>
<para>
Op Windows versie voor PHP 4.3.0, ondersteunen de volgende
functies geen externe bestands toegang: <function>include</function>,
<function>include_once</function>, <function>require</function>,
<function>require_once</function> en de imagecreatefromXXX
functie in de <xref linkend="ref.image"/> extensie.
</para>
</warning>
</listitem>
</varlistentry>
<varlistentry id="ini.user-agent">
<term>
<parameter>user_agent</parameter>
<type>string</type>
</term>
<listitem>
<para>
Defineert de user agent die door <literal>PHP</literal> wordt meegezonden.
</para>
</listitem>
</varlistentry>
<varlistentry id="ini.default-socket-timeout">
<term>
<parameter>default_socket_timeout</parameter>
<type>integer</type>
</term>
<listitem>
<para>
Standaard timeout (in seconden) voor socket gebaseerde streams.
</para>
<note>
<simpara>
Deze configuratie optie is geïntroduceerd in PHP 4.3.0.
</simpara>
</note>
</listitem>
</varlistentry>
<varlistentry id="ini.from">
<term>
<parameter>from="[email protected]"</parameter>
<type>string</type>
</term>
<listitem>
<para>
Defineert het anonieme ftp wachtwoord (je eigen email adres).
</para>
</listitem>
</varlistentry>
<varlistentry id="ini.auto-detect-line-endings">
<term>
<parameter>auto_detect_line_endings</parameter>
<type>boolean</type>
</term>
<listitem>
<para>
Als het wordt aangezet, zal PHP de data gelezen via
<function>fgets</function> en <function>file</function>
onderzoeken om te kijken of het Unix, MS-Dos of Macintosh
regeleindes gebruikt.
</para>
<para>Dit zorgt ervoor dat PHP ook werkt op Macintosh systemen,
maar staat standaard uit, omdat er een hele kleine winst valt
te halen uit het vinden van EOL voor de eerste regel, en ook omdat
mensen die carriage-returns gebruiken om objekten te onderscheiden
onder Unix niet-achterwaardse-compatible problemen kunnen ervaren.
</para>
<note>
<simpara>
Deze configuratie optie is geïntroduceerd in PHP 4.3.0.
</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
-->