Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

public function set_grid_padding($val) { $this->options["\147\162\x69\x64\120\141\144\144\..

Decoded Output download

<?  public function set_grid_padding($val) { $this->options["gridPadding"] = $val; } 
public function set_axes_default($def) { foreach ($def as $key => $item1) { if ($key == "renderer" || is_string($item1) && strstr($item1, "$.")) { $def[$key] = $item1; } } $this->options["axesDefaults"] = $def; } 
public function set_no_data_indicator($def) { foreach ($def as $key => $item1) { if ($key == "renderer") { $def[$key] = $item1; } } $this->options["noDataIndicator"] = $def; } 
public function set_series_default($def) { foreach ($def as $key => $item1) { if ($key == "renderer") { $def[$key] = $item1; } } $this->options["seriesDefaults"] = $def; } 
public function set_point_labels($def) { foreach ($def as $key => $item1) { if ($key == "renderer") { $def[$key] = $item1; } } $this->options["pointLabels"] = $def; } 
public function set_highlighter($val) { $this->options["highlighter"] = $val; } 
public function set_animate($has_animate = false, $has_animate_replot = true) { $this->options["animate"] = $has_animate; $this->options["animateReplot"] = $has_animate_replot; } 
public function set_cursor($val) { $this->options["cursor"] = $val; } 
public function set_properties($props) { $this->options = $props; } 
public function get_properties() { return $this->options; } function format_properties($item1, $key) { echo $key . "<br />"; } 
 ?>

Did this file decode correctly?

Original Code

public function set_grid_padding($val) { $this->options["\147\162\x69\x64\120\141\144\144\x69\156\147"] = $val; }
public function set_axes_default($def) { foreach ($def as $key => $item1) { if ($key == "\x72\145\156\x64\x65\x72\x65\162" || is_string($item1) && strstr($item1, "\x24\x2e")) { $def[$key] = $item1; } } $this->options["\141\x78\x65\163\104\145\146\141\165\x6c\164\163"] = $def; }
public function set_no_data_indicator($def) { foreach ($def as $key => $item1) { if ($key == "\x72\x65\156\x64\x65\x72\x65\162") { $def[$key] = $item1; } } $this->options["\156\157\x44\x61\x74\141\x49\156\x64\x69\143\x61\x74\157\162"] = $def; }
public function set_series_default($def) { foreach ($def as $key => $item1) { if ($key == "\x72\145\x6e\x64\x65\x72\x65\x72") { $def[$key] = $item1; } } $this->options["\163\145\x72\x69\x65\x73\x44\x65\x66\x61\165\154\164\x73"] = $def; }
public function set_point_labels($def) { foreach ($def as $key => $item1) { if ($key == "\162\145\x6e\x64\x65\162\x65\x72") { $def[$key] = $item1; } } $this->options["\x70\157\x69\x6e\x74\x4c\x61\x62\145\154\x73"] = $def; }
public function set_highlighter($val) { $this->options["\150\151\x67\150\154\151\147\x68\164\145\162"] = $val; }
public function set_animate($has_animate = false, $has_animate_replot = true) { $this->options["\x61\156\151\x6d\141\164\145"] = $has_animate; $this->options["\x61\156\x69\155\x61\164\145\122\145\x70\154\x6f\164"] = $has_animate_replot; }
public function set_cursor($val) { $this->options["\143\165\x72\x73\x6f\x72"] = $val; }
public function set_properties($props) { $this->options = $props; }
public function get_properties() { return $this->options; } function format_properties($item1, $key) { echo $key . "\74\x62\162\x20\57\x3e"; }

Function Calls

None

Variables

None

Stats

MD5 f68a344f1031a9716c4ad5439b9326d5
Eval Count 0
Decode Time 43 ms