PHP : Function Reference : Semaphore, Shared Memory and IPC Functions : shm_put_var
tomlove
Use as few variable_keys as you can. With large arrays of data, rather make the array multi-dimensional and store under one variable_key than use variable_key as your index. The benefit is especially noticeable when repeated fetching from the end of the array is necessary and updates are less frequent.
|
|