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 /** * Set PDF document to display FDF data in * * @phpstub * * @param resource..
Decoded Output download
<?php
/**
* Set PDF document to display FDF data in
*
* @phpstub
*
* @param resource $fdf_document
* @param string $url
* @param string $target_frame
*
* @return bool
*/
function fdf_set_file($fdf_document, $url, $target_frame = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Set PDF document to display FDF data in
*
* @phpstub
*
* @param resource $fdf_document
* @param string $url
* @param string $target_frame
*
* @return bool
*/
function fdf_set_file($fdf_document, $url, $target_frame = NULL)
{
}
Function Calls
None |
Stats
MD5 | 8b3b378e487392803cc3ae50c641996d |
Eval Count | 0 |
Decode Time | 90 ms |