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\SteppedAreaChart; use CMEN\..
Decoded Output download
<?php
namespace CMEN\GoogleChartsBundle\GoogleCharts\Options\SteppedAreaChart;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\AdvancedSeries;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\AreaOpacityTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\LineDashStyleTrait;
/**
* @author Christophe Meneses
*/
class Series extends AdvancedSeries
{
use AreaOpacityTrait;
use LineDashStyleTrait;
}
?>
Did this file decode correctly?
Original Code
<?php
namespace CMEN\GoogleChartsBundle\GoogleCharts\Options\SteppedAreaChart;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\AdvancedSeries;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\AreaOpacityTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\LineDashStyleTrait;
/**
* @author Christophe Meneses
*/
class Series extends AdvancedSeries
{
use AreaOpacityTrait;
use LineDashStyleTrait;
}
Function Calls
None |
Stats
MD5 | 27ed307868ff05bac1f05d95e805aa36 |
Eval Count | 0 |
Decode Time | 87 ms |