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( 'about_suppliers_title' => 'Over leveranciers', 'about_suppli..

Decoded Output download

<?php

return array(
    'about_suppliers_title' => 'Over leveranciers',
    'about_suppliers_text'  => 'Leveranciers worden gebruikt om de afkomst van items bij te houden',
    'address'               => 'Leverancier adres',
    'assets'                => 'Activa',
    'city'                  => 'Stad',
    'contact'               => 'Contact naam',
    'country'               => 'Land',
    'create'                => 'Maak leverancier',
    'email'                 => 'E-mail',
    'fax'                   => 'Fax',
    'id'                    => 'ID',
    'licenses'              => 'Licenties',
    'name'                  => 'Leverancier naam',
    'notes'                 => 'Opmerkingen',
    'phone'                 => 'Telefoon',
    'state'                 => 'Staat/provincie',
    'suppliers'             => 'Leveranciers',
    'update'                => 'Wijzig leverancier',
    'view'                  => 'Bekijk leverancier',
    'view_assets_for'       => 'Activa bekijken',
    'zip'                   => 'Postcode',

);
 ?>

Did this file decode correctly?

Original Code

<?php

return array(
    'about_suppliers_title' => 'Over leveranciers',
    'about_suppliers_text'  => 'Leveranciers worden gebruikt om de afkomst van items bij te houden',
    'address'               => 'Leverancier adres',
    'assets'                => 'Activa',
    'city'                  => 'Stad',
    'contact'               => 'Contact naam',
    'country'               => 'Land',
    'create'                => 'Maak leverancier',
    'email'                 => 'E-mail',
    'fax'                   => 'Fax',
    'id'                    => 'ID',
    'licenses'              => 'Licenties',
    'name'                  => 'Leverancier naam',
    'notes'                 => 'Opmerkingen',
    'phone'                 => 'Telefoon',
    'state'                 => 'Staat/provincie',
    'suppliers'             => 'Leveranciers',
    'update'                => 'Wijzig leverancier',
    'view'                  => 'Bekijk leverancier',
    'view_assets_for'       => 'Activa bekijken',
    'zip'                   => 'Postcode',

);

Function Calls

None

Variables

None

Stats

MD5 8f18754dd9e13a33f9aac168ee636f61
Eval Count 0
Decode Time 103 ms