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 border dash style of annotations [deprecated] * * @phpstub * * @para..
Decoded Output download
<?php
/**
* Set border dash style of annotations [deprecated]
*
* @phpstub
*
* @param resource $pdfdoc
* @param float $black
* @param float $white
*
* @return bool
*/
function PDF_set_border_dash($pdfdoc, $black, $white)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Set border dash style of annotations [deprecated]
*
* @phpstub
*
* @param resource $pdfdoc
* @param float $black
* @param float $white
*
* @return bool
*/
function PDF_set_border_dash($pdfdoc, $black, $white)
{
}
Function Calls
None |
Stats
MD5 | a4c2b5420c5ae382cb4f3858dffb1227 |
Eval Count | 0 |
Decode Time | 85 ms |