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 /** * Retreives value of checkox resource * * @phpstub * * @param resource $ch..

Decoded Output download

<?php

/**
 * Retreives value of checkox resource
 *
 * @phpstub
 *
 * @param resource $checkbox
 *
 * @return string Returns character indicating the value of the checkbox.
 */
function newt_checkbox_get_value($checkbox)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Retreives value of checkox resource
 *
 * @phpstub
 *
 * @param resource $checkbox
 *
 * @return string Returns character indicating the value of the checkbox.
 */
function newt_checkbox_get_value($checkbox)
{
}

Function Calls

None

Variables

None

Stats

MD5 c93878385b7b7e8f3f164932e17f2317
Eval Count 0
Decode Time 75 ms