Skip to content
All gists
Back to GitHub
Sign in
Sign up
Sign in
Sign up
{{ message }}
Instantly share code, notes, and snippets.
Daniel Fernando Lourusso
dflourusso
Maringá - PR - Brasil
Sign in to view email
View GitHub Profile
Sort:
Recently created
Sort options
Recently created
Least recently created
Recently updated
Least recently updated
All gists
5
Forked
1
Starred
6
Sort:
Recently created
Sort options
Recently created
Least recently created
Recently updated
Least recently updated
1 file
0 forks
0 comments
0 stars
dflourusso
/
soma.php
Last active
Aug 29, 2015
— forked from
neves/soma.php
View
soma.php
<?php
$
notas
= [
999
=>
8
,
456
=>
3
,
789
=>
5
,
123
=>
2
,
];
// 8 5 3 2
asort
(
$
notas
);
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.