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\HandlesPagination; tr..

Decoded Output download

<?php

namespace Livewire;

use Livewire\Features\SupportPagination\HandlesPagination;

trait WithPagination
{
   use HandlesPagination;
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Livewire;

use Livewire\Features\SupportPagination\HandlesPagination;

trait WithPagination
{
   use HandlesPagination;
}

Function Calls

None

Variables

None

Stats

MD5 7db0f664d24e3c69a3c9279fdc9f379c
Eval Count 0
Decode Time 128 ms