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( 'functions' => array( 'dba_close', 'dba_delete..

Decoded Output download

<?php 
return array( 
    'functions' => array( 
        'dba_close', 
        'dba_delete', 
        'dba_exists', 
        'dba_fetch', 
        'dba_firstkey', 
        'dba_handlers', 
        'dba_insert', 
        'dba_key_split', 
        'dba_list', 
        'dba_nextkey', 
        'dba_open', 
        'dba_optimize', 
        'dba_popen', 
        'dba_replace', 
        'dba_sync', 
    ), 
    'description' => 'Database (dbm-style) Abstraction Layer', 
    'pecl' => false, 
); ?>

Did this file decode correctly?

Original Code

<?php
return array(
    'functions' => array(
        'dba_close',
        'dba_delete',
        'dba_exists',
        'dba_fetch',
        'dba_firstkey',
        'dba_handlers',
        'dba_insert',
        'dba_key_split',
        'dba_list',
        'dba_nextkey',
        'dba_open',
        'dba_optimize',
        'dba_popen',
        'dba_replace',
        'dba_sync',
    ),
    'description' => 'Database (dbm-style) Abstraction Layer',
    'pecl' => false,
);

Function Calls

None

Variables

None

Stats

MD5 e961d419e7093e62d0944594dfec05e0
Eval Count 0
Decode Time 67 ms