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\PieChart; use CMEN\GoogleCh..
Decoded Output download
<?php
namespace CMEN\GoogleChartsBundle\GoogleCharts\Options\PieChart;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\ColorTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\FontNameTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\FontSizeTrait;
/**
* @author Christophe Meneses
*/
class PieSliceTextStyle
{
use ColorTrait;
use FontNameTrait;
use FontSizeTrait;
}
?>
Did this file decode correctly?
Original Code
<?php
namespace CMEN\GoogleChartsBundle\GoogleCharts\Options\PieChart;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\ColorTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\FontNameTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\FontSizeTrait;
/**
* @author Christophe Meneses
*/
class PieSliceTextStyle
{
use ColorTrait;
use FontNameTrait;
use FontSizeTrait;
}
Function Calls
None |
Stats
MD5 | 11ecc83e06575e91c6f06700bb328632 |
Eval Count | 0 |
Decode Time | 74 ms |