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 $collection = \Vtiful\Kernel\Collection::init([ 1, 2, 3, 4, 5 ]); $result = $c..

Decoded Output download

<?php

$collection = \Vtiful\Kernel\Collection::init([
    1, 2, 3, 4, 5
]);

$result = $collection->chunk(4);

var_dump($result); ?>

Did this file decode correctly?

Original Code

<?php

$collection = \Vtiful\Kernel\Collection::init([
    1, 2, 3, 4, 5
]);

$result = $collection->chunk(4);

var_dump($result);

Function Calls

None

Variables

None

Stats

MD5 f2e0ee3ddc7746b64a504e1d957ff8ad
Eval Count 0
Decode Time 105 ms