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 /** * Replace attribute values with new ones * * @phpstub * * @param resource ..

Decoded Output download

<?php

/**
 * Replace attribute values with new ones
 *
 * @phpstub
 *
 * @param resource $link_identifier
 * @param string $dn
 * @param array $entry
 *
 * @return bool 
 */
function ldap_mod_replace($link_identifier, $dn, $entry)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Replace attribute values with new ones
 *
 * @phpstub
 *
 * @param resource $link_identifier
 * @param string $dn
 * @param array $entry
 *
 * @return bool 
 */
function ldap_mod_replace($link_identifier, $dn, $entry)
{
}

Function Calls

None

Variables

None

Stats

MD5 9552e2f89a6fb8b5a7859d705e70315c
Eval Count 0
Decode Time 85 ms