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 /** * Return first attribute * * @phpstub * * @param resource $link_identifier..

Decoded Output download

<?php

/**
 * Return first attribute
 *
 * @phpstub
 *
 * @param resource $link_identifier
 * @param resource $result_entry_identifier
 *
 * @return string Returns the first attribute in the entry on success and false on
 *                error.
 */
function ldap_first_attribute($link_identifier, $result_entry_identifier)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Return first attribute
 *
 * @phpstub
 *
 * @param resource $link_identifier
 * @param resource $result_entry_identifier
 *
 * @return string Returns the first attribute in the entry on success and false on
 *                error.
 */
function ldap_first_attribute($link_identifier, $result_entry_identifier)
{
}

Function Calls

None

Variables

None

Stats

MD5 1d005dc7defc6d32e987a30a1465f6e8
Eval Count 0
Decode Time 94 ms