Searched refs:shmop_open (Results 1 – 5 of 5) sorted by relevance
/PHP-5.6/ext/shmop/tests/ |
H A D | 001.phpt | 16 $shm_id = shmop_open($hex_shm_id, "n", 0644, 1024); 38 $shm_id = shmop_open($hex_shm_id, "a", 0644, 1024); 54 $shm_id = shmop_open($hex_shm_id, "w", 0644, 1024);
|
/PHP-5.6/ext/shmop/ |
H A D | php_shmop.h | 30 PHP_FUNCTION(shmop_open);
|
H A D | shmop.c | 84 PHP_FE(shmop_open, arginfo_shmop_open) 157 PHP_FUNCTION(shmop_open) in PHP_FUNCTION() argument
|
H A D | README | 16 int shmop_open(int key, string flags, int mode, int size)
|
/PHP-5.6/ |
H A D | NEWS | 9144 - Fixed shmop_open() with IPC_CREAT|IPC_EXCL flags on Windows.
|
Completed in 55 milliseconds