Cosmetics.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30546 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Torben Wilson 2000-08-20 02:43:12 +00:00
parent db66205eda
commit 07285b6424

View file

@ -703,105 +703,107 @@ Mozilla/4.5 [en] (X11; U; Linux 2.2.9 i586)<hr>
<itemizedlist>
<listitem>
<simpara>
a NUL-padded string
a NUL-padded string
</simpara>
</listitem>
<listitem>
<simpara>
A SPACE-padded string
A SPACE-padded string
</simpara>
</listitem>
<listitem>
<simpara>
h Hex string, low nibble first
h Hex string, low nibble first
</simpara>
</listitem>
<listitem>
<simpara>
H Hex string, high nibble first
H Hex string, high nibble first
</simpara>
</listitem>
<listitem>
<simpara>
c signed char
c signed char
</simpara>
</listitem>
<listitem>
<simpara>
C unsigned char
C unsigned char
</simpara>
</listitem>
<listitem>
<simpara>
s signed short (always 16 bit, machine byte order)
s signed short (always 16 bit, machine byte order)
</simpara>
</listitem>
<listitem>
<simpara>
S unsigned short (always 16 bit, machine byte order)
S unsigned short (always 16 bit, machine byte order)
</simpara>
</listitem>
<listitem>
<simpara>
n unsigned short (always 16 bit, big endian byte order)
n unsigned short (always 16 bit, big endian byte order)
</simpara>
</listitem>
<listitem>
<simpara>
v unsigned short (always 16 bit, little endian byte order)
v unsigned short (always 16 bit, little endian byte order)
</simpara>
</listitem>
<listitem>
<simpara>
i signed integer (machine dependent size and byte order)
i signed integer (machine dependent size and byte order)
</simpara>
</listitem>
<listitem>
<simpara>
I unsigned integer (machine dependent size and byte order)
I unsigned integer (machine dependent size and byte order)
</simpara>
</listitem>
<listitem>
<simpara>
l signed long (always 32 bit, machine byte order)
l signed long (always 32 bit, machine byte order)
</simpara>
</listitem>
<listitem>
<simpara>
L unsigned long (always 32 bit, machine byte order)
L unsigned long (always 32 bit, machine byte order)
</simpara>
</listitem>
<listitem>
<simpara>
N unsigned long (always 32 bit, big endian byte order)
N unsigned long (always 32 bit, big endian byte order)
</simpara>
</listitem>
<listitem>
<simpara>
V unsigned long (always 32 bit, little endian byte order)
V unsigned long (always 32 bit, little endian byte order)
</simpara>
</listitem>
<listitem>
<simpara>
f float (machine dependent size and representation)
f float (machine dependent size and representation)
</simpara>
</listitem>
<listitem>
<simpara>
d double (machine dependent size and representation)
d double (machine dependent size and representation)
</simpara>
</listitem>
<listitem>
<simpara>
x NUL byte
x NUL byte
</simpara>
</listitem>
<listitem>
<simpara>X Back up one byte
<simpara>
X Back up one byte
</simpara>
</listitem>
<listitem>
<simpara>@ NUL-fill to absolute position
<simpara>
@ NUL-fill to absolute position
</simpara>
</listitem>
</itemizedlist>