Linux: kill
2 0 ReplyAlso Linux: zombies, orphans
2 0 ReplyDaemons
1 0 Reply
2 0 ReplyThis is my favorite. I did php early in my career and for years I would have to Google " equivalent explode/implode" because it was so memorable
1 0 Reply
C++ is actually std::exit(), exit() is C.
1 0 ReplyLibdbus: Trying to remove a child that doesn't believe we're it's parent.
1 0 ReplyPHP is so bad even PHP wants to
die()
.1 0 ReplyMS Developers: Kill all children
1 0 ReplyWell I didn’t wake up today expecting to watch a video about task manager, but here I am.
2 0 Reply
php, the Dark Souls of the programming languages
1 0 ReplyI have never used
System.exit()
orsys.exit()
. What is a use case where you would call these explicitly?0 0 ReplyApplications where you aren't using some sort of framework. Usually MVC or other frameworks would handle this or are designed to continuously run.
1 0 Reply
I love die()! but PHP has exit(), too, and it does the same thing
1 2 Reply