SyncSharedMemory::size
Returns the size of the named shared memory
&reftitle.description;
public intSyncSharedMemory::size
Retrieves the shared memory size of a SyncSharedMemory object.
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
An integer containing the size of the shared memory. This will be the same size that was passed to the constructor.
&reftitle.examples;
SyncSharedMemory::size example
size());
?>
]]>
&example.outputs.similar;
&reftitle.seealso;
SyncSharedMemory::__construct
SyncSharedMemory::write
SyncSharedMemory::read