Voting

: max(three, zero)?
(Example: nine)

The Note You're Voting On

flobee
9 years ago
<?php
class someClass {
public function
toArray() {
$records = array();

foreach(
$this as $key => $value ) {
$records[$key] = $value;
}

return
$records;
}

}
?>

<< Back to user notes page

To Top