Query: shm_get_var
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SHM_GET_VAR(3) 1 SHM_GET_VAR(3) shm_get_var - Returns a variable from shared memorySYNOPSISmixed shm_get_var (resource $shm_identifier, int $variable_key)DESCRIPTIONshm_get_var(3) returns the variable with a given $variable_key, in the given shared memory segment. The variable is still present in the shared memory.PARAMETERSo $shm_identifier - Shared memory segment, obtained from shm_attach(3). o $variable_key - The variable key.RETURN VALUESReturns the variable with the given key.SEE ALSOshm_has_var(3), shm_put_var(3). PHP Documentation Group SHM_GET_VAR(3)
Related Man Pages |
---|
shmget(2) - osx |
shmat(2) - opendarwin |
shmdt(2) - opendarwin |
shmget(2) - netbsd |
shmop_open(3) - php |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
User Guide: Posting in the Emergency Forum |
Forum Video Tutorial: How to Use Code Tags |
UNIX.COM 2017 Year End Summary |
New Code Tags (Syntax Highlighting) |