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 /** * Convert DN to User Friendly Naming format * * @phpstub * * @param string..

Decoded Output download

<?php

/**
 * Convert DN to User Friendly Naming format
 *
 * @phpstub
 *
 * @param string $dn
 *
 * @return string Returns the user friendly name.
 */
function ldap_dn2ufn($dn)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Convert DN to User Friendly Naming format
 *
 * @phpstub
 *
 * @param string $dn
 *
 * @return string Returns the user friendly name.
 */
function ldap_dn2ufn($dn)
{
}

Function Calls

None

Variables

None

Stats

MD5 6204885a2968e32ee86e44c22fd907db
Eval Count 0
Decode Time 97 ms