Revision f2f0a748
Added by Ermal Luçi over 15 years ago
etc/inc/util.inc | ||
---|---|---|
169 | 169 |
} else |
170 | 170 |
shmop_write($shmid, $shm_data, 0); |
171 | 171 |
shmop_close($shmid); |
172 |
|
|
173 |
return $shm_data; |
|
172 | 174 |
} |
173 | 175 |
|
174 | 176 |
function is_module_loaded($module_name) { |
Also available in: Unified diff
Return the data after unreference, it might be needed.