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 final class AlmanacCustomServiceType extends AlmanacServiceType { const SERVICET..
Decoded Output download
<?php
final class AlmanacCustomServiceType extends AlmanacServiceType {
const SERVICETYPE = 'almanac.custom';
public function getServiceTypeShortName() {
return pht('Custom');
}
public function getServiceTypeName() {
return pht('Custom Service');
}
public function getServiceTypeDescription() {
return pht('Defines a unstructured custom service.');
}
}
?>
Did this file decode correctly?
Original Code
<?php
final class AlmanacCustomServiceType extends AlmanacServiceType {
const SERVICETYPE = 'almanac.custom';
public function getServiceTypeShortName() {
return pht('Custom');
}
public function getServiceTypeName() {
return pht('Custom Service');
}
public function getServiceTypeDescription() {
return pht('Defines a unstructured custom service.');
}
}
Function Calls
None |
Stats
MD5 | be42599e9bc02c02cd80da584caf45c7 |
Eval Count | 0 |
Decode Time | 84 ms |