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 /** * Write data to the printer * * @phpstub * * @param resource $printer_hand..

Decoded Output download

<?php

/**
 * Write data to the printer
 *
 * @phpstub
 *
 * @param resource $printer_handle
 * @param string $content
 *
 * @return bool 
 */
function printer_write($printer_handle, $content)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Write data to the printer
 *
 * @phpstub
 *
 * @param resource $printer_handle
 * @param string $content
 *
 * @return bool 
 */
function printer_write($printer_handle, $content)
{
}

Function Calls

None

Variables

None

Stats

MD5 8182309ab3f145fcc04664ab83702de7
Eval Count 0
Decode Time 88 ms