BigEndian = Höchwertigstes Byte kommt als erstes
$FEFF => FE FF = Big Endian
$FEFF => FF FE = Little Endian
Prinzipiell sind bei x86 CPUs alle Daten(typen) LittleEndian. (Es sei denn man speichert sie explizit "falschrum")
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."