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 /** * Returns a new CairoContext object on the requested surface. * * @phpstub ..

Decoded Output download

<?php

/**
 * Returns a new CairoContext object on the requested surface.
 *
 * @phpstub
 *
 * @param CairoSurface $surface
 *
 * @return CairoContext What is returned on success and failure
 */
function cairo_create($surface)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns a new CairoContext object on the requested surface.
 *
 * @phpstub
 *
 * @param CairoSurface $surface
 *
 * @return CairoContext What is returned on success and failure
 */
function cairo_create($surface)
{
}

Function Calls

None

Variables

None

Stats

MD5 9401779dc830d6e7e578cc54981fdf36
Eval Count 0
Decode Time 86 ms