Voting

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

The Note You're Voting On

michael at squiloople dot com
13 years ago
current() also works on objects:

<?php

echo current((object) array('one', 'two')); // Outputs: one

?>

<< Back to user notes page

To Top