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 /** * Extract information from result * * @phpstub * * @param resource $link ..

Decoded Output download

<?php

/**
 * Extract information from result
 *
 * @phpstub
 *
 * @param resource $link
 * @param resource $result
 * @param int $errcode
 * @param string $matcheddn
 * @param string $errmsg
 * @param array $referrals
 *
 * @return bool
 */
function ldap_parse_result($link, $result, &$errcode, &$matcheddn = NULL, &$errmsg = NULL, &$referrals = array())
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Extract information from result
 *
 * @phpstub
 *
 * @param resource $link
 * @param resource $result
 * @param int $errcode
 * @param string $matcheddn
 * @param string $errmsg
 * @param array $referrals
 *
 * @return bool
 */
function ldap_parse_result($link, $result, &$errcode, &$matcheddn = NULL, &$errmsg = NULL, &$referrals = array())
{
}

Function Calls

None

Variables

None

Stats

MD5 6001bc1c4b902c35d283047b5a16e500
Eval Count 0
Decode Time 94 ms