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 CairoSolidPattern extends \CairoPattern { /** * The ..
Decoded Output download
<?php
/** @phpstub */
class CairoSolidPattern extends \CairoPattern
{
/**
* The __construct purpose
*
* @param float $red
* @param float $green
* @param float $blue
* @param float $alpha
*/
public function __construct($red, $green, $blue, $alpha = false)
{
}
/**
* The getRgba purpose
*
* @return array Description...
*/
public function getRgba()
{
}
} ?>
Did this file decode correctly?
Original Code
<?php
/** @phpstub */
class CairoSolidPattern extends \CairoPattern
{
/**
* The __construct purpose
*
* @param float $red
* @param float $green
* @param float $blue
* @param float $alpha
*/
public function __construct($red, $green, $blue, $alpha = false)
{
}
/**
* The getRgba purpose
*
* @return array Description...
*/
public function getRgba()
{
}
}
Function Calls
None |
Stats
MD5 | 6c2729395976bbc41fb9dbcfde745d04 |
Eval Count | 0 |
Decode Time | 104 ms |