예제 #1
0
 function __toString()
 {
     return getStringRepresentation(get_object_vars($this), get_class($this));
 }
예제 #2
0
function compareFunctions($arg1, $arg2)
{
    return strcmp(getStringRepresentation($arg1), getStringRepresentation($arg2));
}