Please answer this simple SPAM challenge: max(three, zero)? (Example: nine)
<?php class someClass { public function toArray() { $records = array(); foreach( $this as $key => $value ) { $records[$key] = $value; } return $records; }}?>
<< Back to user notes page