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 /** * Connect to an LDAP server * * @phpstub * * @param string $hostname * @p..
Decoded Output download
<?php
/**
* Connect to an LDAP server
*
* @phpstub
*
* @param string $hostname
* @param int $port
*
* @return resource Returns a positive LDAP link identifier on success, or false on error.
* When OpenLDAP 2.x.x is used, will always
* return a ``resource`` as it does not actually connect but just
* initializes the connecting parameters. The actual connect happens with
* the next calls to ldap_* funcs, usually with
* .
*/
function ldap_connect($hostname = NULL, $port = 389)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Connect to an LDAP server
*
* @phpstub
*
* @param string $hostname
* @param int $port
*
* @return resource Returns a positive LDAP link identifier on success, or false on error.
* When OpenLDAP 2.x.x is used, will always
* return a ``resource`` as it does not actually connect but just
* initializes the connecting parameters. The actual connect happens with
* the next calls to ldap_* funcs, usually with
* .
*/
function ldap_connect($hostname = NULL, $port = 389)
{
}
Function Calls
None |
Stats
MD5 | 08d736eb3dd64e2b1ad50ebaa64c2681 |
Eval Count | 0 |
Decode Time | 92 ms |