1
0
mirror of https://github.com/php/doc-de.git synced 2026-03-29 18:52:13 +02:00
Files
archived-doc-de/reference/strings/functions/bin2hex.xml
Carola 'Sammy' Kummert 9eeb9e3ba5 updated files to EN version
------------------------------------
addslashes.xml            1.3
bin2hex.xml               1.2
chop.xml                  1.3
chr.xml                   1.4
chunk-split.xml           1.8
convert-cyr-string.xml    1.3


git-svn-id: https://svn.php.net/repository/phpdoc/de/trunk@185262 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-27 12:55:24 +00:00

50 lines
1.4 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- EN-Revision: 1.2 Maintainer: sammywg Status: working -->
<!-- splitted from ./de/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.bin2hex">
<refnamediv>
<refname>bin2hex</refname>
<refpurpose>
Wandelt Binär-Daten in ihre hexadezimale Entsprechung um
</refpurpose>
</refnamediv>
<refsect1>
<title>Beschreibung</title>
<methodsynopsis>
<type>string</type><methodname>bin2hex</methodname>
<methodparam><type>string</type><parameter>str</parameter></methodparam>
</methodsynopsis>
<para>
Es wird ein ASCII-String mit der hexadezimalen Wiedergabe des
Parameters <parameter>str</parameter> zurück gegeben. Die
Umwandlung geschieht byteweise mit dem höchsten Anteil (4 Bit,
"high-nibble") zuerst.
</para>
<para>
Siehe auch <function>pack</function> und <function>unpack</function>.
</para>
</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
-->