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 return [ 'title' => ' ', 'asset_name' => ' ', ..

Decoded Output download

<?php

    return [
        'title'         => ' ',
        'asset_name'    => ' ',
        'is_warranty'   => '',
        'dl_csv'        => ' CSV',
    ];
 ?>

Did this file decode correctly?

Original Code

<?php

    return [
        'title'         => ' ',
        'asset_name'    => ' ',
        'is_warranty'   => '',
        'dl_csv'        => ' CSV',
    ];

Function Calls

None

Variables

None

Stats

MD5 ad45c38e7deb4a4140570114233726b9
Eval Count 0
Decode Time 123 ms