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 int $format * @param int $width * ..

Decoded Output download

<?php

/**
 * Description
 *
 * @phpstub
 *
 * @param int $format
 * @param int $width
 * @param int $height
 *
 * @return CairoImageSurface What is returned on success and failure
 */
function cairo_image_surface_create($format, $width, $height)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Description
 *
 * @phpstub
 *
 * @param int $format
 * @param int $width
 * @param int $height
 *
 * @return CairoImageSurface What is returned on success and failure
 */
function cairo_image_surface_create($format, $width, $height)
{
}

Function Calls

None

Variables

None

Stats

MD5 3fd1f599c2e4b1d9e03641bda06c7eb3
Eval Count 0
Decode Time 116 ms