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 CairoPsSurface extends \CairoSurface { /** * The __c..
Decoded Output download
<?php
/** @phpstub */
class CairoPsSurface extends \CairoSurface
{
/**
* The __construct purpose
*
* @param string $file
* @param float $width
* @param float $height
*/
public function __construct($file, $width, $height)
{
}
/**
* The dscBeginPageSetup purpose
*
* @return void Description...
*/
public function dscBeginPageSetup()
{
}
/**
* The dscBeginSetup purpose
*
* @return void Description...
*/
public function dscBeginSetup()
{
}
/**
* The dscComment purpose
*
* @param string $comment
*
* @return void Description...
*/
public function dscComment($comment)
{
}
/**
* The getEps purpose
*
* @return bool Description...
*/
public function getEps()
{
}
/**
* The getLevels purpose
*
* @return array Description...
*/
public function getLevels()
{
}
/**
* The levelToString purpose
*
* @param int $level
*
* @return string Description...
*/
public function levelToString($level)
{
}
/**
* The restrictToLevel purpose
*
* @param string $level
*
* @return void Description...
*/
public function restrictToLevel($level)
{
}
/**
* The setEps purpose
*
* @param string $level
*
* @return void Description...
*/
public function setEps($level)
{
}
/**
* The setSize purpose
*
* @param string $width
* @param string $height
*
* @return void Description...
*/
public function setSize($width, $height)
{
}
} ?>
Did this file decode correctly?
Original Code
<?php
/** @phpstub */
class CairoPsSurface extends \CairoSurface
{
/**
* The __construct purpose
*
* @param string $file
* @param float $width
* @param float $height
*/
public function __construct($file, $width, $height)
{
}
/**
* The dscBeginPageSetup purpose
*
* @return void Description...
*/
public function dscBeginPageSetup()
{
}
/**
* The dscBeginSetup purpose
*
* @return void Description...
*/
public function dscBeginSetup()
{
}
/**
* The dscComment purpose
*
* @param string $comment
*
* @return void Description...
*/
public function dscComment($comment)
{
}
/**
* The getEps purpose
*
* @return bool Description...
*/
public function getEps()
{
}
/**
* The getLevels purpose
*
* @return array Description...
*/
public function getLevels()
{
}
/**
* The levelToString purpose
*
* @param int $level
*
* @return string Description...
*/
public function levelToString($level)
{
}
/**
* The restrictToLevel purpose
*
* @param string $level
*
* @return void Description...
*/
public function restrictToLevel($level)
{
}
/**
* The setEps purpose
*
* @param string $level
*
* @return void Description...
*/
public function setEps($level)
{
}
/**
* The setSize purpose
*
* @param string $width
* @param string $height
*
* @return void Description...
*/
public function setSize($width, $height)
{
}
}
Function Calls
None |
Stats
MD5 | 8a7b795ffa580c3d36670dde000adc06 |
Eval Count | 0 |
Decode Time | 89 ms |