Skip to content

Tag: arrays

PHP and adding same value to several array keys

I’m using PHP. I would like to add same value to several array keys. This works: Anyway, I’m looking for a shorter way. So, I have tried this: This did not work at all. Any ideas how the job could be done with less code? Answer the obvious and most readable variant is: another option is: