Voting

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

The Note You're Voting On

bo at erichsen dot com
24 years ago
when using usort to refer to a function inside a class i have succesfully used:

<?php usort($myarray,array($this,"cmp")); ?>

<< Back to user notes page

To Top