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 /** * Load 3D model * * @phpstub * * @param resource $pdfdoc * @param string ..
Decoded Output download
<?php
/**
* Load 3D model
*
* @phpstub
*
* @param resource $pdfdoc
* @param string $filename
* @param string $optlist
*
* @return int
*/
function PDF_load_3ddata($pdfdoc, $filename, $optlist)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Load 3D model
*
* @phpstub
*
* @param resource $pdfdoc
* @param string $filename
* @param string $optlist
*
* @return int
*/
function PDF_load_3ddata($pdfdoc, $filename, $optlist)
{
}
Function Calls
None |
Stats
MD5 | f8272d548ba243b543cca90b36b7014c |
Eval Count | 0 |
Decode Time | 99 ms |