svn: /phpdoc/de/trunk/ install/ini.xml reference/array/functions/array-fill.xml reference/array/functions/array-rand.xml reference/array/functions/array-slice.xml reference/ftp/functions/ftp-ssl-connect.xml reference/info/functions/phpinfo.xml

[email protected] (Mark Wiesemann)
Newsgroups php.doc.de
Message-ID <[email protected]>
wiesemann                                Mon, 07 Dec 2009 21:12:08 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=291835

Log:
sync to EN

Changed paths:
    U   phpdoc/de/trunk/install/ini.xml
    U   phpdoc/de/trunk/reference/array/functions/array-fill.xml
    U   phpdoc/de/trunk/reference/array/functions/array-rand.xml
    U   phpdoc/de/trunk/reference/array/functions/array-slice.xml
    U   phpdoc/de/trunk/reference/ftp/functions/ftp-ssl-connect.xml
    U   phpdoc/de/trunk/reference/info/functions/phpinfo.xml

Modified: phpdoc/de/trunk/install/ini.xml
===================================================================
--- phpdoc/de/trunk/install/ini.xml	2009-12-07 20:51:59 UTC (rev 291834)
+++ phpdoc/de/trunk/install/ini.xml	2009-12-07 21:12:08 UTC (rev 291835)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 290814 Maintainer: wiesemann Status: ready -->

  <chapter xml:id="configuration" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
   <title>Laufzeiteinstellungen</title>
@@ -200,16 +200,18 @@
    <para>
     <table>
      <title>Definition der PHP_INI_*-Modi</title>
-     <tgroup cols="2">
+     <tgroup cols="3">
       <thead>
        <row>
         <entry>Modus</entry>
+        <entry>Wert</entry>
         <entry>Bedeutung</entry>
        </row>
       </thead>
       <tbody>
        <row>
         <entry><literal>PHP_INI_USER</literal></entry>
+        <entry>1</entry>
         <entry>
          Eintrag kann in Benutzerskripten (z.B. mittels
          <function>ini_set</function>) oder in der <link
@@ -219,6 +221,7 @@
        </row>
        <row>
         <entry><literal>PHP_INI_PERDIR</literal></entry>
+        <entry>6</entry>
         <entry>
          Eintrag kann in der &php.ini;, &htaccess; oder
          &httpd.conf; gesetzt werden
@@ -226,6 +229,7 @@
        </row>
        <row>
         <entry><literal>PHP_INI_SYSTEM</literal></entry>
+        <entry>4</entry>
         <entry>
          Eintrag kann in der &php.ini; oder &httpd.conf;
          gesetzt werden
@@ -233,6 +237,7 @@
        </row>
        <row>
         <entry><literal>PHP_INI_ALL</literal></entry>
+        <entry>7</entry>
         <entry>Eintrag kann überall gesetzt werden</entry>
        </row>
       </tbody>

Modified: phpdoc/de/trunk/reference/array/functions/array-fill.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/array-fill.xml	2009-12-07 20:51:59 UTC (rev 291834)
+++ phpdoc/de/trunk/reference/array/functions/array-fill.xml	2009-12-07 21:12:08 UTC (rev 291835)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 291198 Maintainer: wiesemann Status: ready -->
 <!-- CREDITS: tom -->
 <refentry xml:id="function.array-fill" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -32,7 +32,8 @@
      <term><parameter>start_index</parameter></term>
      <listitem>
       <para>
-       Der erste Index des zurückgegebenen Arrays
+       Der erste Index des zurückgegebenen Arrays. Nur nicht-negative
+       Indizes werden unterstützt.
       </para>
      </listitem>
     </varlistentry>

Modified: phpdoc/de/trunk/reference/array/functions/array-rand.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/array-rand.xml	2009-12-07 20:51:59 UTC (rev 291834)
+++ phpdoc/de/trunk/reference/array/functions/array-rand.xml	2009-12-07 21:12:08 UTC (rev 291835)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 291313 Maintainer: wiesemann Status: ready -->
 <!-- CREDITS: tom -->
 <refentry xml:id="function.array-rand" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -36,8 +36,7 @@
      <term><parameter>num_req</parameter></term>
      <listitem>
       <para>
-       Gibt an, wie viele Einträge Sie auswählen möchten - wenn nicht
-       angegeben, wird der Standardwert 1 verwendet.
+       Gibt an, wie viele Einträge Sie auswählen möchten.
       </para>
      </listitem>
     </varlistentry>

Modified: phpdoc/de/trunk/reference/array/functions/array-slice.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/array-slice.xml	2009-12-07 20:51:59 UTC (rev 291834)
+++ phpdoc/de/trunk/reference/array/functions/array-slice.xml	2009-12-07 21:12:08 UTC (rev 291835)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 290755 Maintainer: wiesemann Status: ready -->
 <!-- CREDITS: tom -->
 <refentry xml:id="function.array-slice" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -22,6 +22,7 @@
    spezifizierte Sequenz von Elementen des Arrays
    <parameter>array</parameter>.
   </para>
+  &array.resetspointer;
  </refsect1>
  <refsect1 role="parameters">
   &reftitle.parameters;

Modified: phpdoc/de/trunk/reference/ftp/functions/ftp-ssl-connect.xml
===================================================================
--- phpdoc/de/trunk/reference/ftp/functions/ftp-ssl-connect.xml	2009-12-07 20:51:59 UTC (rev 291834)
+++ phpdoc/de/trunk/reference/ftp/functions/ftp-ssl-connect.xml	2009-12-07 21:12:08 UTC (rev 291835)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 290690 Maintainer: wiesemann Status: ready -->
 <refentry xml:id="function.ftp-ssl-connect" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ftp_ssl_connect</refname>
@@ -29,6 +29,13 @@
     unter Windows verfügbar zu machen, müssen Sie PHP selbst kompilieren.
    </para>
   </note>
+  <note>
+   <para>
+    <function>ftp_ssl_connect</function> ist nicht dazu gedacht, mit sFTP
+    benutzt zu werden. Um sFTP mit PHP zu benutzen, verwenden Sie bitte
+    <function>ssh2_sftp</function>.
+   </para>
+  </note>
  </refsect1>
  <refsect1 role="parameters">
   &reftitle.parameters;

Modified: phpdoc/de/trunk/reference/info/functions/phpinfo.xml
===================================================================
--- phpdoc/de/trunk/reference/info/functions/phpinfo.xml	2009-12-07 20:51:59 UTC (rev 291834)
+++ phpdoc/de/trunk/reference/info/functions/phpinfo.xml	2009-12-07 21:12:08 UTC (rev 291835)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 291314 Maintainer: wiesemann Status: ready -->
 <refentry xml:id="function.phpinfo" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>phpinfo</refname>
@@ -125,8 +125,7 @@
            <entry>INFO_ALL</entry>
            <entry>-1</entry>
            <entry>
-            Zeigt alle genannten Informationen. Dies ist der
-            Standardwert.
+            Zeigt alle genannten Informationen.
            </entry>
           </row>
          </tbody>
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.