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 array( 'companies' => 'Firmalar', 'create' => 'Firma Olutur', ..

Decoded Output download

<?php
return array(
    'companies' => 'Firmalar',
    'create'    => 'Firma Olutur',
    'email'     => 'irket E-postas',
    'title'     => 'Firma',
    'phone'     => 'irket Telefonu',
    'update'    => 'Firmay Gncelle',
    'name'      => 'Firma smi',
    'id'        => 'ID',
);
 ?>

Did this file decode correctly?

Original Code

<?php
return array(
    'companies' => 'Firmalar',
    'create'    => 'Firma Olutur',
    'email'     => 'irket E-postas',
    'title'     => 'Firma',
    'phone'     => 'irket Telefonu',
    'update'    => 'Firmay Gncelle',
    'name'      => 'Firma smi',
    'id'        => 'ID',
);

Function Calls

None

Variables

None

Stats

MD5 38bb8d8770e989393df44764afb012cd
Eval Count 0
Decode Time 79 ms