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;
}
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;
}