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 /** * Add a cell to a new or existing table * * @phpstub * * @param resource $..
Decoded Output download
<?php
/**
* Add a cell to a new or existing table
*
* @phpstub
*
* @param resource $pdfdoc
* @param int $table
* @param int $column
* @param int $row
* @param string $text
* @param string $optlist
*
* @return int
*/
function PDF_add_table_cell($pdfdoc, $table, $column, $row, $text, $optlist)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Add a cell to a new or existing table
*
* @phpstub
*
* @param resource $pdfdoc
* @param int $table
* @param int $column
* @param int $row
* @param string $text
* @param string $optlist
*
* @return int
*/
function PDF_add_table_cell($pdfdoc, $table, $column, $row, $text, $optlist)
{
}
Function Calls
None |
Stats
MD5 | ddaa8cb1b732bc90c8fd75a40d21b6c8 |
Eval Count | 0 |
Decode Time | 96 ms |