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 /** * Bind to LDAP directory * * @phpstub * * @param resource $link_identifier..
Decoded Output download
<?php
/**
* Bind to LDAP directory
*
* @phpstub
*
* @param resource $link_identifier
* @param string $bind_rdn
* @param string $bind_password
*
* @return bool
*/
function ldap_bind($link_identifier, $bind_rdn = NULL, $bind_password = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Bind to LDAP directory
*
* @phpstub
*
* @param resource $link_identifier
* @param string $bind_rdn
* @param string $bind_password
*
* @return bool
*/
function ldap_bind($link_identifier, $bind_rdn = NULL, $bind_password = NULL)
{
}
Function Calls
None |
Stats
MD5 | 2010a0178e1444391b87520b4e2dc092 |
Eval Count | 0 |
Decode Time | 63 ms |