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 copyToClipboard() { $this->copyButtonText = ' '; ..
Decoded Output download
<? public function copyToClipboard()
{
$this->copyButtonText = ' ';
$this->dispatch('copyText', $this->outputText);
$this->dispatch('reset-copy-button');
} ?>
Did this file decode correctly?
Original Code
public function copyToClipboard()
{
$this->copyButtonText = ' ';
$this->dispatch('copyText', $this->outputText);
$this->dispatch('reset-copy-button');
}
Function Calls
None |
Stats
MD5 | 0497cd6a4595635b08cbe3435fead382 |
Eval Count | 0 |
Decode Time | 43 ms |