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 /** * Set a callback function to do re-binds on referral chasing * * @phpstub *..

Decoded Output download

<?php

/**
 * Set a callback function to do re-binds on referral chasing
 *
 * @phpstub
 *
 * @param resource $link
 * @param callable $callback
 *
 * @return bool
 */
function ldap_set_rebind_proc($link, $callback)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Set a callback function to do re-binds on referral chasing
 *
 * @phpstub
 *
 * @param resource $link
 * @param callable $callback
 *
 * @return bool
 */
function ldap_set_rebind_proc($link, $callback)
{
}

Function Calls

None

Variables

None

Stats

MD5 df4111d97bd877f85f10c62e640a91a1
Eval Count 0
Decode Time 78 ms