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 namespace CMEN\GoogleChartsBundle\GoogleCharts\Options\SankeyDiagram; use CMEN\Goo..
Decoded Output download
<?php
namespace CMEN\GoogleChartsBundle\GoogleCharts\Options\SankeyDiagram;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\FillOpacityTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\FillTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\StrokeTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\StrokeWidthTrait;
/**
* @author Christophe Meneses
*/
class Color
{
use FillTrait;
use FillOpacityTrait;
use StrokeTrait;
use StrokeWidthTrait;
}
?>
Did this file decode correctly?
Original Code
<?php
namespace CMEN\GoogleChartsBundle\GoogleCharts\Options\SankeyDiagram;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\FillOpacityTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\FillTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\StrokeTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\StrokeWidthTrait;
/**
* @author Christophe Meneses
*/
class Color
{
use FillTrait;
use FillOpacityTrait;
use StrokeTrait;
use StrokeWidthTrait;
}
Function Calls
None |
Stats
MD5 | b0893b443c310e2e66c4e47f3bd9b241 |
Eval Count | 0 |
Decode Time | 110 ms |