|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-12-19 16:10 UTC] iliaa@php.net
[2006-12-27 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 01:00:01 2025 UTC |
Description: ------------ since php don't have ntohl neither htonl i tryed with pack('N',$value) but i can't get the same values that i get from C program any idea or workaround for it?! Reproduce code: --------------- C result don't correspond to PHP pack value Expected result: ---------------- same value as C Actual result: -------------- diferent values