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 /** * Get MaxDB client info * * @phpstub * * @return int A number that represe..

Decoded Output download

<?php

/**
 * Get MaxDB client info
 *
 * @phpstub
 *
 * @return int A number that represents the MaxDB client library version in format:
 *             .
 *             For example, 7.5.0 is returned as 70500.
 */
function maxdb_get_client_version()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get MaxDB client info
 *
 * @phpstub
 *
 * @return int A number that represents the MaxDB client library version in format:
 *             .
 *             For example, 7.5.0 is returned as 70500.
 */
function maxdb_get_client_version()
{
}

Function Calls

None

Variables

None

Stats

MD5 85a1899f161ce74ca7f89544adb17ce1
Eval Count 0
Decode Time 82 ms