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; /** * @author Christophe ..
Decoded Output download
<?php
namespace CMEN\GoogleChartsBundle\GoogleCharts\Options;
/**
* @author Christophe Meneses
*/
trait StrokeOpacity
{
/**
* The transparency.
*
* @var float
*/
protected $strokeOpacity;
/**
* @return $this
*/
public function setStrokeOpacity(float $strokeOpacity)
{
$this->strokeOpacity = $strokeOpacity;
return $this;
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace CMEN\GoogleChartsBundle\GoogleCharts\Options;
/**
* @author Christophe Meneses
*/
trait StrokeOpacity
{
/**
* The transparency.
*
* @var float
*/
protected $strokeOpacity;
/**
* @return $this
*/
public function setStrokeOpacity(float $strokeOpacity)
{
$this->strokeOpacity = $strokeOpacity;
return $this;
}
}
Function Calls
| None |
Stats
| MD5 | 9309076cca66d617dd1814601842ef96 |
| Eval Count | 0 |
| Decode Time | 88 ms |