mirror of
https://github.com/php/doc-de.git
synced 2026-04-29 09:53:30 +02:00
81279faa5d
git-svn-id: https://svn.php.net/repository/phpdoc/de/trunk@85109 c90b9560-bf6c-de11-be94-00142212c4b1
54 lines
1.5 KiB
XML
54 lines
1.5 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.4 $ -->
|
|
<!-- splitted from ./de/functions/strings.xml, last change in rev 1.2 -->
|
|
<!-- last change to 'stripcslashes' in en/ tree in rev 1.2 -->
|
|
<!-- EN-Revision: 1.2 Maintainer: tschuer Status: ready -->
|
|
<!-- OLD-Revision: 1.58/EN.1.2 -->
|
|
<refentry id="function.stripcslashes">
|
|
<refnamediv>
|
|
<refname>stripcslashes</refname>
|
|
<refpurpose>Umkehrung / Gegenstück zu addcslashes</refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Beschreibung:</title>
|
|
<methodsynopsis>
|
|
<type>string</type><methodname>stripcslashes</methodname>
|
|
<methodparam><type>string</type><parameter>str</parameter></methodparam>
|
|
</methodsynopsis>
|
|
<para>
|
|
Gibt einen String ohne "\" zurück. Wie in C werden
|
|
<literal>\n</literal>, <literal>\r</literal> ..., oktal-
|
|
und hexadezimal-Vorkommen erkannt.
|
|
<note>
|
|
<simpara>
|
|
Verfügbar seit PHP4b3-dev.
|
|
</simpara>
|
|
</note>
|
|
</para>
|
|
<simpara>
|
|
Siehe auch <function>addcslashes</function>.
|
|
</simpara>
|
|
</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:"../../../../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
|
|
-->
|