@GandhiTheDerg@pawb.social to Programmer Humor@lemmy.ml • 1 year agoPersonally I prefer throw new nullpointerexceptionpawb.socialimagemessage-square30fedilinkarrow-up1417arrow-down17
arrow-up1410arrow-down1imagePersonally I prefer throw new nullpointerexceptionpawb.social@GandhiTheDerg@pawb.social to Programmer Humor@lemmy.ml • 1 year agomessage-square30fedilink
minus-square@dullbananas@lemmy.mllinkfedilinkEnglish29•1 year agoexplode https://www.php.net/manual/en/function.explode.php
minus-square@epyon22@sh.itjust.workslinkfedilinkEnglish16•1 year agoThis is my favorite. I did php early in my career and for years I would have to Google “<lang> equivalent explode/implode” because it was so memorable
minus-square@TwilightKiddy@programming.devlinkfedilinkEnglish5•1 year agoFilthy barbaric PHP developers. It’s Split() and Join().
minus-square@curiosityLynx@beehaw.orglinkfedilinkEnglish1•1 year agoI loved explode back when I frequently used PHP
explode https://www.php.net/manual/en/function.explode.php
This is my favorite. I did php early in my career and for years I would have to Google “<lang> equivalent explode/implode” because it was so memorable
Filthy barbaric PHP developers. It’s
Split()
andJoin()
.I loved explode back when I frequently used PHP