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( 'bson_decode', 'bson_enc..

Decoded Output download

<?php 
return array( 
    'functions' => array( 
        'bson_decode', 
        'bson_encode', 
    ), 
    'classes' => array( 
        'MongoClient', 
        'MongoDB', 
        'MongoCollection', 
        'MongoCursor', 
        'MongoCursorInterface', 
        'MongoCommandCursor', 
        'MongoId', 
        'MongoCode', 
        'MongoDate', 
        'MongoRegex', 
        'MongoBinData', 
        'MongoInt32', 
        'MongoInt64', 
        'MongoDBRef', 
        'MongoMinKey', 
        'MongoMaxKey', 
        'MongoTimestamp', 
        'MongoGridFS', 
        'MongoGridFSFile', 
        'MongoGridFSCursor', 
        'MongoWriteBatch', 
        'MongoInsertBatch', 
        'MongoUpdateBatch', 
        'MongoDeleteBatch', 
        'MongoLog', 
        'MongoPool', 
        'Mongo', 
        'MongoException', 
        'MongoResultException', 
        'MongoCursorException', 
        'MongoCursorTimeoutException', 
        'MongoConnectionException', 
        'MongoGridFSException', 
        'MongoDuplicateKeyException', 
        'MongoProtocolException', 
        'MongoExecutionTimeoutException', 
        'MongoWriteConcernException', 
    ), 
    'constants' => array( 
        'MONGO_STREAMS', 
        'MONGO_SUPPORTS_STREAMS', 
        'MONGO_SUPPORTS_SSL', 
        'MONGO_SUPPORTS_AUTH_MECHANISM_MONGODB_CR', 
        'MONGO_SUPPORTS_AUTH_MECHANISM_MONGODB_X509', 
        'MONGO_SUPPORTS_AUTH_MECHANISM_GSSAPI', 
        'MONGO_SUPPORTS_AUTH_MECHANISM_PLAIN', 
        'MONGO_STREAM_NOTIFY_TYPE_IO_INIT', 
        'MONGO_STREAM_NOTIFY_TYPE_LOG', 
        'MONGO_STREAM_NOTIFY_IO_READ', 
        'MONGO_STREAM_NOTIFY_IO_WRITE', 
        'MONGO_STREAM_NOTIFY_IO_PROGRESS', 
        'MONGO_STREAM_NOTIFY_IO_COMPLETED', 
        'MONGO_STREAM_NOTIFY_LOG_INSERT', 
        'MONGO_STREAM_NOTIFY_LOG_QUERY', 
        'MONGO_STREAM_NOTIFY_LOG_UPDATE', 
        'MONGO_STREAM_NOTIFY_LOG_DELETE', 
        'MONGO_STREAM_NOTIFY_LOG_GETMORE', 
        'MONGO_STREAM_NOTIFY_LOG_KILLCURSOR', 
        'MONGO_STREAM_NOTIFY_LOG_BATCHINSERT', 
        'MONGO_STREAM_NOTIFY_LOG_RESPONSE_HEADER', 
        'MONGO_STREAM_NOTIFY_LOG_WRITE_REPLY', 
        'MONGO_STREAM_NOTIFY_LOG_CMD_INSERT', 
        'MONGO_STREAM_NOTIFY_LOG_CMD_UPDATE', 
        'MONGO_STREAM_NOTIFY_LOG_CMD_DELETE', 
        'MONGO_STREAM_NOTIFY_LOG_WRITE_BATCH', 
    ), 
); ?>

Did this file decode correctly?

Original Code

<?php
return array(
    'functions' => array(
        'bson_decode',
        'bson_encode',
    ),
    'classes' => array(
        'MongoClient',
        'MongoDB',
        'MongoCollection',
        'MongoCursor',
        'MongoCursorInterface',
        'MongoCommandCursor',
        'MongoId',
        'MongoCode',
        'MongoDate',
        'MongoRegex',
        'MongoBinData',
        'MongoInt32',
        'MongoInt64',
        'MongoDBRef',
        'MongoMinKey',
        'MongoMaxKey',
        'MongoTimestamp',
        'MongoGridFS',
        'MongoGridFSFile',
        'MongoGridFSCursor',
        'MongoWriteBatch',
        'MongoInsertBatch',
        'MongoUpdateBatch',
        'MongoDeleteBatch',
        'MongoLog',
        'MongoPool',
        'Mongo',
        'MongoException',
        'MongoResultException',
        'MongoCursorException',
        'MongoCursorTimeoutException',
        'MongoConnectionException',
        'MongoGridFSException',
        'MongoDuplicateKeyException',
        'MongoProtocolException',
        'MongoExecutionTimeoutException',
        'MongoWriteConcernException',
    ),
    'constants' => array(
        'MONGO_STREAMS',
        'MONGO_SUPPORTS_STREAMS',
        'MONGO_SUPPORTS_SSL',
        'MONGO_SUPPORTS_AUTH_MECHANISM_MONGODB_CR',
        'MONGO_SUPPORTS_AUTH_MECHANISM_MONGODB_X509',
        'MONGO_SUPPORTS_AUTH_MECHANISM_GSSAPI',
        'MONGO_SUPPORTS_AUTH_MECHANISM_PLAIN',
        'MONGO_STREAM_NOTIFY_TYPE_IO_INIT',
        'MONGO_STREAM_NOTIFY_TYPE_LOG',
        'MONGO_STREAM_NOTIFY_IO_READ',
        'MONGO_STREAM_NOTIFY_IO_WRITE',
        'MONGO_STREAM_NOTIFY_IO_PROGRESS',
        'MONGO_STREAM_NOTIFY_IO_COMPLETED',
        'MONGO_STREAM_NOTIFY_LOG_INSERT',
        'MONGO_STREAM_NOTIFY_LOG_QUERY',
        'MONGO_STREAM_NOTIFY_LOG_UPDATE',
        'MONGO_STREAM_NOTIFY_LOG_DELETE',
        'MONGO_STREAM_NOTIFY_LOG_GETMORE',
        'MONGO_STREAM_NOTIFY_LOG_KILLCURSOR',
        'MONGO_STREAM_NOTIFY_LOG_BATCHINSERT',
        'MONGO_STREAM_NOTIFY_LOG_RESPONSE_HEADER',
        'MONGO_STREAM_NOTIFY_LOG_WRITE_REPLY',
        'MONGO_STREAM_NOTIFY_LOG_CMD_INSERT',
        'MONGO_STREAM_NOTIFY_LOG_CMD_UPDATE',
        'MONGO_STREAM_NOTIFY_LOG_CMD_DELETE',
        'MONGO_STREAM_NOTIFY_LOG_WRITE_BATCH',
    ),
);

Function Calls

None

Variables

None

Stats

MD5 0cfcb0d2e323f1955756f22332a3f31b
Eval Count 0
Decode Time 81 ms