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 Sstalle\php7cc\Helper; class OSDetector { /** * @return bool ..
Decoded Output download
<?php
namespace Sstalle\php7cc\Helper;
class OSDetector
{
/**
* @return bool
*/
public function isWindows()
{
return DIRECTORY_SEPARATOR == '\';
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Sstalle\php7cc\Helper;
class OSDetector
{
/**
* @return bool
*/
public function isWindows()
{
return DIRECTORY_SEPARATOR == '\\';
}
}
Function Calls
None |
Stats
MD5 | 5bf25862427cbed6353450c498ea0e6f |
Eval Count | 0 |
Decode Time | 84 ms |