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 /** * Create textflow object * * @phpstub * * @param resource $pdfdoc * @para..
Decoded Output download
<?php
/**
* Create textflow object
*
* @phpstub
*
* @param resource $pdfdoc
* @param string $text
* @param string $optlist
*
* @return int
*/
function PDF_create_textflow($pdfdoc, $text, $optlist)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Create textflow object
*
* @phpstub
*
* @param resource $pdfdoc
* @param string $text
* @param string $optlist
*
* @return int
*/
function PDF_create_textflow($pdfdoc, $text, $optlist)
{
}
Function Calls
None |
Stats
MD5 | a0a616b56b3334c4c4700e6e57e1e52d |
Eval Count | 0 |
Decode Time | 89 ms |