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' => '', 'create' => ' ', 'email' => ' '..

Decoded Output download

<?php
return array(
    'companies' => '',
    'create'    => ' ',
    'email'     => '  ',
    'title'     => '',
    'phone'     => '  ',
    'update'    => ' ',
    'name'      => ' ',
    'id'        => 'ID',
);
 ?>

Did this file decode correctly?

Original Code

<?php
return array(
    'companies' => '',
    'create'    => ' ',
    'email'     => '  ',
    'title'     => '',
    'phone'     => '  ',
    'update'    => ' ',
    'name'      => ' ',
    'id'        => 'ID',
);

Function Calls

None

Variables

None

Stats

MD5 603f4feee5b76eb000437d2feb4fcb89
Eval Count 0
Decode Time 96 ms