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 /** * Delete a brush * * @phpstub * * @param resource $brush_handle * * @ret..

Decoded Output download

<?php

/**
 * Delete a brush
 *
 * @phpstub
 *
 * @param resource $brush_handle
 *
 * @return void 
 */
function printer_delete_brush($brush_handle)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Delete a brush
 *
 * @phpstub
 *
 * @param resource $brush_handle
 *
 * @return void 
 */
function printer_delete_brush($brush_handle)
{
}

Function Calls

None

Variables

None

Stats

MD5 6aad3cad2730896d5aa8d0aa88365243
Eval Count 0
Decode Time 78 ms