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 /** * Add entries to LDAP directory * * @phpstub * * @param resource $link_ide..
Decoded Output download
<?php
/**
* Add entries to LDAP directory
*
* @phpstub
*
* @param resource $link_identifier
* @param string $dn
* @param array $entry
*
* @return bool
*/
function ldap_add($link_identifier, $dn, $entry)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Add entries to LDAP directory
*
* @phpstub
*
* @param resource $link_identifier
* @param string $dn
* @param array $entry
*
* @return bool
*/
function ldap_add($link_identifier, $dn, $entry)
{
}
Function Calls
None |
Stats
MD5 | 50e9ef8a07a96b22652a4e35c33a5ffc |
Eval Count | 0 |
Decode Time | 77 ms |