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 /** * Retrieve the LDAP pagination cookie * * @phpstub * * @param resource $li..

Decoded Output download

<?php

/**
 * Retrieve the LDAP pagination cookie
 *
 * @phpstub
 *
 * @param resource $link
 * @param resource $result
 * @param string $cookie
 * @param int $estimated
 *
 * @return bool 
 */
function ldap_control_paged_result_response($link, $result, &$cookie = NULL, &$estimated = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Retrieve the LDAP pagination cookie
 *
 * @phpstub
 *
 * @param resource $link
 * @param resource $result
 * @param string $cookie
 * @param int $estimated
 *
 * @return bool 
 */
function ldap_control_paged_result_response($link, $result, &$cookie = NULL, &$estimated = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 b1d9e18bdd4a905cc120ea1e7e147c72
Eval Count 0
Decode Time 103 ms