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 /** * Delete attribute values from current attributes * * @phpstub * * @param ..

Decoded Output download

<?php

/**
 * Delete attribute values from current attributes
 *
 * @phpstub
 *
 * @param resource $link_identifier
 * @param string $dn
 * @param array $entry
 *
 * @return bool 
 */
function ldap_mod_del($link_identifier, $dn, $entry)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Delete attribute values from current attributes
 *
 * @phpstub
 *
 * @param resource $link_identifier
 * @param string $dn
 * @param array $entry
 *
 * @return bool 
 */
function ldap_mod_del($link_identifier, $dn, $entry)
{
}

Function Calls

None

Variables

None

Stats

MD5 ea9f53ad7ce2ccec4292f30cce0a37c9
Eval Count 0
Decode Time 90 ms