PHP Variable vs Array vs Object

前端 未结 7 1363
忘掉有多难
忘掉有多难 2020-12-31 18:03

This is probably considered a really silly question, but I\'m in the process of putting together a simple template system for a website and am trying to keep track of my var

7条回答
  •  鱼传尺愫
    2020-12-31 18:27

    arrays and objects are useful in case if you want to reset bulk of variable data after use it.

    you can simply unset the array or destroy the object instead of unset range of variables use in a code.

    Other than this arrays and objects have more symmetry in code and explanatory than normal variables

提交回复
热议问题