If you've ever had a website or server hacked, that was serving up PHP files, then you might have come across a file like this: This is a real life ...
Keep Reading »


June 21, 2018
read
Memory Usage in PHP - Dealing with Arrays
Drupal is built on PHP so any developer working with Drupal needs some PHP knowledge. PHP memory management is something that can initially be a difficult concept to grasp.
In this Acro Media Tech Talk video, Rob Thornton covers PHP arrays and how they use memory. He goes over various examples, helping to shed some light on how to use arrays effectively. Along the way, Rob discusses passing arrays by value vs. by reference and shares some tips about each.
If you find this video helpful, you may also be interested in these related topics:

Author Rob Thornton, Software Developer
June 21, 2018
DrupalCon Nashville 2018 Session Join Shawn McCabe, Acro Media CTO, as he goes behind the scenes and teaches a bit about how PHP uses memory when it ...
Keep Reading »

Author Acro Media
The majority of Drupal's underlying code is PHP. As a Drupal developer, the better you know PHP, the better your code will be. In this Acro Media ...
Keep Reading »
