/ Published in: PHP
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
function mayorValor( $array ){
$s = 0;
foreach( $a as $v )
return $s;
}
echo mayorValor( $arr ) #out 99
Comments
 Subscribe to comments
                    Subscribe to comments
                
                