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 Livewire; use Livewire\Features\SupportPagination\WithoutUrlPagination a..
Decoded Output download
<?php
namespace Livewire;
use Livewire\Features\SupportPagination\WithoutUrlPagination as BaseWithoutUrlPagination;
trait WithoutUrlPagination
{
use BaseWithoutUrlPagination;
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Livewire;
use Livewire\Features\SupportPagination\WithoutUrlPagination as BaseWithoutUrlPagination;
trait WithoutUrlPagination
{
use BaseWithoutUrlPagination;
}
Function Calls
| None |
Stats
| MD5 | 6077910d356e87c82a6d3a9d5d531084 |
| Eval Count | 0 |
| Decode Time | 91 ms |