|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-01-06 04:56 UTC] shadow at ring dot by
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 04:00:02 2025 UTC |
Error in pack() function, see code below. <? $type = "n"; // n unsigned short (*always 16 bit*, big endian byte order) $fa = fopen("test","w"); fwrite($fa,pack($type,266)); ?> file "test": 00000000: 01 0D 0A