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 /** * Translate 8859 characters to t61 characters * * @phpstub * * @param stri..
Decoded Output download
<?php
/**
* Translate 8859 characters to t61 characters
*
* @phpstub
*
* @param string $value
*
* @return string Return the translation of
* .
*/
function ldap_8859_to_t61($value)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Translate 8859 characters to t61 characters
*
* @phpstub
*
* @param string $value
*
* @return string Return the translation of
* .
*/
function ldap_8859_to_t61($value)
{
}
Function Calls
None |
Stats
MD5 | 84615cdc7c3a2be9638eb647aced71cf |
Eval Count | 0 |
Decode Time | 96 ms |