cvs: phpdoc-da /reference/strings/functions bin2hex.xml
[email protected] ("Tom Sommer")
| Newsgroups | php.doc.da |
|---|---|
| Message-ID | <cvstomsommer1089487326@cvsserver> |
tomsommer Sat Jul 10 15:22:06 2004 EDT
Added files:
/phpdoc-da/reference/strings/functions bin2hex.xml
Log:
Initial in-work translation
http://cvs.php.net/co.php/phpdoc-da/reference/strings/functions/bin2hex.xml?r=1.1&p=1
Index: phpdoc-da/reference/strings/functions/bin2hex.xml
+++ phpdoc-da/reference/strings/functions/bin2hex.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: tomsommer Status: work-in-progress -->
<refentry id="function.bin2hex">
<refnamediv>
<refname>bin2hex</refname>
<refpurpose>
Konvertere binær data til en hexadecimal repræsentation
</refpurpose>
</refnamediv>
<refsect1>
<title>Beskrivelse</title>
<methodsynopsis>
<type>string</type><methodname>bin2hex</methodname>
<methodparam><type>string</type><parameter>str</parameter></methodparam>
</methodsynopsis>
<para>
Returnerer en ASCII streng, der indeholder hexadecimal repræsentationen
af <parameter>str</parameter>. Konverteringen er gjort ud fra bytes,
med "high-nibble" først.
</para>
<para>
Se også <function>pack</function> og <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
-->