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 /** * Sets an javascript action of a field * * @phpstub * * @param resource $f..
Decoded Output download
<?php
/**
* Sets an javascript action of a field
*
* @phpstub
*
* @param resource $fdf_document
* @param string $fieldname
* @param int $trigger
* @param string $script
*
* @return bool
*/
function fdf_set_javascript_action($fdf_document, $fieldname, $trigger, $script)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Sets an javascript action of a field
*
* @phpstub
*
* @param resource $fdf_document
* @param string $fieldname
* @param int $trigger
* @param string $script
*
* @return bool
*/
function fdf_set_javascript_action($fdf_document, $fieldname, $trigger, $script)
{
}
Function Calls
None |
Stats
MD5 | 30d9ae235a3b09399f60b6605be027da |
Eval Count | 0 |
Decode Time | 82 ms |