Written by 10:58 pm Coding

obfuscate()

Today, as I was slogging through a huge morass of uncommented, undocumented report producing code I found my new favorite function:

function obfuscate( $str )
{
    return $str;
}
Close