Joined December 2012
·
Posted to
The Fastest Way to Convert Array to Object (multidimensional)
over 1 year
ago
Ah good to know, thanks
Posted to
The Fastest Way to Convert Array to Object (multidimensional)
over 1 year
ago
What about (object) array();?
Posted to
Increase variable and use it at the same time: ++$foo
over 1 year
ago
You can also use $i++, as this is a more common way to write it (also in other programming languages).
Achievements
306 Karma
24,680 Total ProTip Views

24PullRequests Participant
Sent at least one pull request during the first 24 days of December 2013

Raven
Have at least one original repo where some form of shell script is the dominant language

Platypus
Have at least one original repo where scala is the dominant language

Altruist
Increase developer well-being by sharing at least 20 open source projects

Mongoose 3
Have at least three original repos where Ruby is the dominant language

Mongoose
Have at least one original repo where Ruby is the dominant language

Nephila Komaci
Have at least one original repos where PHP is the dominant language

Nephila Komaci 3
Have at least three original repos where PHP is the dominant language

Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos

Forked
Have a project valued enough to be forked by someone else

Charity
Fork and commit to someone's open source project in need

Honey Badger
Have at least one original Node.js-specific repo
A better cli local-only alternative is
git tag -l | awk '/^(.*)$/ {print $1}' | xargs git tag -d