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 [ 'trigger' => [ 'label' => 'Eylemler', ], ]; ..

Decoded Output download

<?php

return [

    'trigger' => [
        'label' => 'Eylemler',
    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'trigger' => [
        'label' => 'Eylemler',
    ],

];

Function Calls

None

Variables

None

Stats

MD5 0624d7c0a0aa3e63c045be08e236226c
Eval Count 0
Decode Time 108 ms