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
*/
class Stem
{
use ColorTrait;
/**
* @var int
*/
protected $length;
/**
* @return $this
*/
public function setLength(int $length)
{
$this->length = $length;
return $this;
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace CMEN\GoogleChartsBundle\GoogleCharts\Options;
/**
* @author Christophe Meneses
*/
class Stem
{
use ColorTrait;
/**
* @var int
*/
protected $length;
/**
* @return $this
*/
public function setLength(int $length)
{
$this->length = $length;
return $this;
}
}
Function Calls
None |
Stats
MD5 | 7d8db517ee85f3368595fad63565f6a3 |
Eval Count | 0 |
Decode Time | 87 ms |