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 /** * Remove a portion of the array and replace it with something else * * @phps..
Decoded Output download
<?php
/**
* Remove a portion of the array and replace it with something else
*
* @phpstub
*
* @param array $input
* @param int $offset
* @param int $length
* @param mixed $replacement
*
* @return array Returns the array consisting of the extracted elements.
*/
function array_splice(&$input, $offset, $length = false, $replacement = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Remove a portion of the array and replace it with something else
*
* @phpstub
*
* @param array $input
* @param int $offset
* @param int $length
* @param mixed $replacement
*
* @return array Returns the array consisting of the extracted elements.
*/
function array_splice(&$input, $offset, $length = false, $replacement = NULL)
{
}
Function Calls
None |
Stats
MD5 | a441242e8d6897e28b724de6140870ff |
Eval Count | 0 |
Decode Time | 67 ms |