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 string $file * @param float $width ..
Decoded Output download
<?php
/**
* Description
*
* @phpstub
*
* @param string $file
* @param float $width
* @param float $height
*
* @return CairoSvgSurface What is returned on success and failure
*/
function cairo_svg_surface_create($file, $width, $height)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Description
*
* @phpstub
*
* @param string $file
* @param float $width
* @param float $height
*
* @return CairoSvgSurface What is returned on success and failure
*/
function cairo_svg_surface_create($file, $width, $height)
{
}
Function Calls
None |
Stats
MD5 | 2e0b607b61e14b6fe422121040084085 |
Eval Count | 0 |
Decode Time | 86 ms |