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 App\Libraries\WatchRecord; interface WatchRecordInterface { public f..
Decoded Output download
<?php
namespace App\Libraries\WatchRecord;
interface WatchRecordInterface
{
public function parse(string $string): void;
public function getPath(): string;
public function isDeleted(): bool;
public function isNewOrModified(): bool;
public function isDirectory(): bool;
public function isFile(): bool;
}
?>
Did this file decode correctly?
Original Code
<?php
namespace App\Libraries\WatchRecord;
interface WatchRecordInterface
{
public function parse(string $string): void;
public function getPath(): string;
public function isDeleted(): bool;
public function isNewOrModified(): bool;
public function isDirectory(): bool;
public function isFile(): bool;
}
Function Calls
None |
Stats
MD5 | 89ad57fa8a3c03d5a6d5330f61420987 |
Eval Count | 0 |
Decode Time | 114 ms |