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' => 'Com..

Decoded Output download

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

Did this file decode correctly?

Original Code

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

Function Calls

None

Variables

None

Stats

MD5 a31f73310831462abbed97f28bddc9db
Eval Count 0
Decode Time 104 ms