/ Published in: PHP
Expand |
Embed | Plain Text
function mayorValor( $array ){ $s = 0; foreach( $a as $v ) return $s; }
Comments
Subscribe to comments
You need to login to post a comment.
nicolaspar on 07/24/06
1 person have marked this snippet as a favorite
function mayorValor( $array ){ $s = 0; foreach( $a as $v ) return $s; }
Subscribe to comments
You need to login to post a comment.
Puedes usar directamente la función max para ello.