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 the LDAP error message of the last LDAP command * * @phpstub * * ..
Decoded Output download
<?php
/**
* Return the LDAP error message of the last LDAP command
*
* @phpstub
*
* @param resource $link_identifier
*
* @return string Returns string error message.
*/
function ldap_error($link_identifier)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Return the LDAP error message of the last LDAP command
*
* @phpstub
*
* @param resource $link_identifier
*
* @return string Returns string error message.
*/
function ldap_error($link_identifier)
{
}
Function Calls
None |
Stats
MD5 | 0b1192bbd770304f8a30197cbfb01ab6 |
Eval Count | 0 |
Decode Time | 81 ms |