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 /** @phpstub */ class CairoSvgSurface extends \CairoSurface { /** * The __..
Decoded Output download
<?php
/** @phpstub */
class CairoSvgSurface extends \CairoSurface
{
/**
* The __construct purpose
*
* @param string $file
* @param float $width
* @param float $height
*/
public function __construct($file, $width, $height)
{
}
/**
* Used to retrieve a list of supported SVG versions
*
* @return array Returns a numerically indexed array of integer values.
*/
public function getVersions()
{
}
/**
* The restrictToVersion purpose
*
* @param string $version
*
* @return void Description...
*/
public function restrictToVersion($version)
{
}
/**
* The versionToString purpose
*
* @param int $version
*
* @return string Description...
*/
public function versionToString($version)
{
}
} ?>
Did this file decode correctly?
Original Code
<?php
/** @phpstub */
class CairoSvgSurface extends \CairoSurface
{
/**
* The __construct purpose
*
* @param string $file
* @param float $width
* @param float $height
*/
public function __construct($file, $width, $height)
{
}
/**
* Used to retrieve a list of supported SVG versions
*
* @return array Returns a numerically indexed array of integer values.
*/
public function getVersions()
{
}
/**
* The restrictToVersion purpose
*
* @param string $version
*
* @return void Description...
*/
public function restrictToVersion($version)
{
}
/**
* The versionToString purpose
*
* @param int $version
*
* @return string Description...
*/
public function versionToString($version)
{
}
}
Function Calls
None |
Stats
MD5 | e67f4543633e8327ac230896006d5b00 |
Eval Count | 0 |
Decode Time | 97 ms |