php[tek] :tek2023: · @tek
78 followers · 267 posts · Server phparch.social

RT @phptek
🌟 A huge thank you to @PhoneBurner for being a Gold Sponsor at ! Your support is invaluable to our event. Be sure to check out their fantastic services at phoneburner.com/ πŸ“žπŸ’»

#phptek2023 #phoneburner #goldsponsor #phpcommunity

Last updated 2 years ago

php[tek] :tek2023: · @tek
78 followers · 267 posts · Server phparch.social

RT @phptek
🌟 A huge thank you to @PhoneBurner for being a Gold Sponsor at ! Your support is invaluable to our event. Be sure to check out their fantastic services at phoneburner.com/ πŸ“žπŸ’»

#phptek2023 #phoneburner #goldsponsor #phpcommunity

Last updated 2 years ago

php[tek] :tek2023: · @tek
78 followers · 261 posts · Server phparch.social

🌟 A huge thank you to @PhoneBurner for being a Gold Sponsor at ! Your support is invaluable to our event. Be sure to check out their fantastic services at phoneburner.com/ πŸ“žπŸ’»

#phptek2023 #phoneburner #goldsponsor #phpcommunity

Last updated 2 years ago

php[tek] :tek2023: · @tek
78 followers · 257 posts · Server phparch.social

RT @phptek
🌟 A huge thank you to @PhoneBurner for being a Gold Sponsor at ! Your support is invaluable to our event. Be sure to check out their fantastic services at phoneburner.com/ πŸ“žπŸ’»

#phptek2023 #phoneburner #goldsponsor #phpcommunity

Last updated 2 years ago

php[tek] :tek2023: · @tek
78 followers · 253 posts · Server phparch.social

RT @phptek
🌟 A huge thank you to @PhoneBurner for being a Gold Sponsor at ! Your support is invaluable to our event. Be sure to check out their fantastic services at phoneburner.com/ πŸ“žπŸ’»

#phptek2023 #phoneburner #goldsponsor #phpcommunity

Last updated 2 years ago

php[tek] :tek2023: · @tek
78 followers · 249 posts · Server phparch.social

🌟 A huge thank you to @PhoneBurner for being a Gold Sponsor at ! Your support is invaluable to our event. Be sure to check out their fantastic services at phoneburner.com/ πŸ“žπŸ’»

#phptek2023 #phoneburner #goldsponsor #phpcommunity

Last updated 2 years ago

Eric Van Johnson :phparch: · @eric
246 followers · 126 posts · Server phparch.social

RT @CalEvans
Let me tell ya, the community is like a fine-aged whiskey - smooth, refined, and always delivering.

These folks are passionate about their craft and love nothing more than helping others achieve their goals.

So raise a glass and join me in a toast to the

#php #phpcommunity

Last updated 2 years ago

Lukas πŸ’»πŸ“Œ · @dumbergerl
27 followers · 110 posts · Server fosstodon.org

How do you navigate through an $data array in ?

(1) Nested if with "isset":

if(isset($data["person"])){
if(isset($data["person"]["address"]){ ... }
}

(2) Nested if with "array_key_exists":

if(array_key_exists("person", $data)){
if(array_key_exists("address", $data["person"]){ ... }
}

(3) Null Coalescing Operator:

$address = $data["person"]["address"] ?? null;

#php #phpquestion #phpcommunity

Last updated 2 years ago

Andreas Heigl · @heiglandreas
292 followers · 4040 posts · Server phpc.social

RT @DragonBe@twitter.com

I guess this statement is valid:

β€œThe is like the programming language: it’s the glue between all services to make the impossible reality”

😁

πŸ¦πŸ”—: twitter.com/DragonBe/status/13

#php #phpcommunity

Last updated 4 years ago

Andreas Heigl · @heiglandreas
292 followers · 4040 posts · Server phpc.social

RT @MetalArend@twitter.com

So incredibly thankful for having had the opportunity to get to work with the amazing @phpbenelux@twitter.com crew this year - they can handle anything. In sync, always happy, no stress, blameless, helpful, pro-active. I had an amazing time!

πŸ¦πŸ”—: twitter.com/MetalArend/status/

#antwerp #conference #phpcommunity #php

Last updated 5 years ago

Andreas Heigl · @heiglandreas
292 followers · 4040 posts · Server phpc.social

RT @bgphpconf@twitter.com

πŸ‘‡Guys, don’t hesitate to tell us who do you want to meet in person at Bulgaria PHP Conference 2019πŸ‘‡
β–Άβ–Ά Just write down your suggestions for a speaker in a comment here!
β–ͺ
β–ͺ
β–ͺ

πŸ¦πŸ”—: twitter.com/bgphpconf/status/1

#techconference #phpcommunity #conference #php #bgphp19

Last updated 6 years ago