KRISTOFFER BOHMANN
[BETA]
Forside
Om KB
Kompetencer
Referencer
Misc.
connection_aborted
connection_status
constant
define
defined
Deprecated
die
eval
exit
get_browser
highlight_file
highlight_string
ignore_user_abort
pack
php_check_syntax
php_strip_whitespace
show_source
sleep
sys_getloadavg
time_nanosleep
time_sleep_until
uniqid
unpack
usleep
__halt_compiler
Home
>
PHP
>
Function
>
Misc.
>
unpack()
unpack()
unpack - Unpack data from binary string
Syntax
array
unpack
(
string
$format,
string
$data)
Arguments
format - See pack() for an explanation of the format codes.
data - The packed data.
Description
Unpacks from a binary string into an array according to the given format.
Version
PHP 4, 5
Return value
Returns an associative array containing unpacked elements of binary string.