Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3344 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72797 invoked from network); 10 Jul 2003 08:25:35 -0000 Received: from unknown (HELO newmail.DKFZ-Heidelberg.DE) (193.174.53.39) by pb1.pair.com with SMTP; 10 Jul 2003 08:25:35 -0000 Received: from jenny1 (jenny1.inet.dkfz-heidelberg.de [192.108.25.147]) by newmail.DKFZ-Heidelberg.DE (8.11.7+Sun/8.11.7/DKFZ-8.11.7) with ESMTP id h6A8PXk27410 for ; Thu, 10 Jul 2003 10:25:33 +0200 (MET DST) Reply-To: To: Date: Thu, 10 Jul 2003 10:23:23 +0200 Organization: dkfz-heidelberg.de Message-ID: <000501c346bc$8a63ad10$93196cc0@jenny1> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: how to unpack 64Bit from datastream to double ? From: g.toedt@dkfz-heidelberg.de ("toedt") Is it possible to unpack(little endianness) 8 bytes from a = datastream=A0direct into an long integer (double=3D64bit)? =A0 Have seen that long integers are floats, but how should i convert? any idea? =A0