Searched refs:shmop_size (Results 1 – 4 of 4) sorted by relevance
33 PHP_FUNCTION(shmop_size);
87 PHP_FE(shmop_size, arginfo_shmop_size)295 PHP_FUNCTION(shmop_size) in PHP_FUNCTION() argument
48 int shmop_size(int shmid)
23 echo "shm size is: " . ($shm_size = shmop_size($shm_id)) . "\n";
Completed in 6 milliseconds