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 /** * Description * * @phpstub * * @param CairoImageSurface $surface * * @re..

Decoded Output download

<?php

/**
 * Description
 *
 * @phpstub
 *
 * @param CairoImageSurface $surface
 *
 * @return string What is returned on success and failure
 */
function cairo_image_surface_get_data($surface)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Description
 *
 * @phpstub
 *
 * @param CairoImageSurface $surface
 *
 * @return string What is returned on success and failure
 */
function cairo_image_surface_get_data($surface)
{
}

Function Calls

None

Variables

None

Stats

MD5 81037b0382df8b907cc390058b271c83
Eval Count 0
Decode Time 92 ms