Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * Unpack data from binary string * * @phpstub * * @param string $format *..
Decoded Output download
<?php
/**
* Unpack data from binary string
*
* @phpstub
*
* @param string $format
* @param string $data
*
* @return array Returns an associative array containing unpacked elements of binary
* string.
*/
function unpack($format, $data)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Unpack data from binary string
*
* @phpstub
*
* @param string $format
* @param string $data
*
* @return array Returns an associative array containing unpacked elements of binary
* string.
*/
function unpack($format, $data)
{
}
Function Calls
None |
Stats
MD5 | 1b17931259ff7a8781158023db528798 |
Eval Count | 0 |
Decode Time | 68 ms |