With this function, the users can easily manipulate PHP arrays just like in Python list comprehensions.Comparisson:Python syntax: [i*2 for i in Data if i > 5]php-lc syntax: lc ('$i*2 for $i in $Data if $i > 5', compact ('Data'))
License: GPL - GNU General Public License
Added: 4 years, 2 months 21 days ago Updated: 4 years, 2 months 21 days ago