svn: /phpdoc/de/trunk/reference/strings/functions/ addslashes.xml crypt.xml md5.xml
[email protected] ("Carola 'Sammy' Kummert")
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
sammywg Wed, 24 Mar 2010 07:55:29 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=296694
Log:
sync with en
Changed paths:
U phpdoc/de/trunk/reference/strings/functions/addslashes.xml
U phpdoc/de/trunk/reference/strings/functions/crypt.xml
U phpdoc/de/trunk/reference/strings/functions/md5.xml
Modified: phpdoc/de/trunk/reference/strings/functions/addslashes.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/addslashes.xml 2010-03-24 04:12:19 UTC (rev 296693)
+++ phpdoc/de/trunk/reference/strings/functions/addslashes.xml 2010-03-24 07:55:29 UTC (rev 296694)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 294803 Maintainer: sammywg Status: ready -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.addslashes">
<refnamediv>
Modified: phpdoc/de/trunk/reference/strings/functions/crypt.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/crypt.xml 2010-03-24 04:12:19 UTC (rev 296693)
+++ phpdoc/de/trunk/reference/strings/functions/crypt.xml 2010-03-24 07:55:29 UTC (rev 296694)
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 290071 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 296019 Maintainer: sammywg Status: ready -->
-<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.crypt">
+<refentry xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook" xml:id="function.crypt">
<refnamediv>
<refname>crypt</refname>
<refpurpose>Einweg-String-Verschlüsselung (Hashbildung)</refpurpose>
@@ -16,8 +16,8 @@
<methodparam choice="opt"><type>string</type><parameter>salt</parameter></methodparam>
</methodsynopsis>
<para>
- <function>crypt</function> einen String zurück, der unter Verwendung
- des Unix-Standard-Verschlüsselungsalgorithmus <abbrev>DES</abbrev>
+ <function>crypt</function> gibt einen Hash-String zurück, der unter
+ Verwendung des <abbrev>DES</abbrev>-basierenden Algorithmus Unix-Standard-Verschlüsselungsalgorithmus
erstellt wurde. Dieser Algorithmus muss auf dem System verfügbar sein.
</para>
<para>
Modified: phpdoc/de/trunk/reference/strings/functions/md5.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/md5.xml 2010-03-24 04:12:19 UTC (rev 296693)
+++ phpdoc/de/trunk/reference/strings/functions/md5.xml 2010-03-24 07:55:29 UTC (rev 296694)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 291313 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 296348 Maintainer: sammywg Status: ready -->
<refentry xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook" xml:id="function.md5">
<refnamediv>
@@ -91,7 +91,6 @@
if (md5($str) === '1f3870be274f6c49b3e31a0c6728957f') {
echo "Haetten Sie lieber einen gruenen oder einen roten Apfel?";
- exit;
}
?>
]]>