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 /** * Finds an item in the checkbox tree * * @phpstub * * @param resource $che..
Decoded Output download
<?php
/**
* Finds an item in the checkbox tree
*
* @phpstub
*
* @param resource $checkboxtree
* @param mixed $data
*
* @return array Returns checkbox tree item resource, or null if it wasn't found.
*/
function newt_checkbox_tree_find_item($checkboxtree, $data)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Finds an item in the checkbox tree
*
* @phpstub
*
* @param resource $checkboxtree
* @param mixed $data
*
* @return array Returns checkbox tree item resource, or null if it wasn't found.
*/
function newt_checkbox_tree_find_item($checkboxtree, $data)
{
}
Function Calls
None |
Stats
MD5 | 3f217f9932defcfb417a7a4ba8e0d5c8 |
Eval Count | 0 |
Decode Time | 88 ms |