Icicle\Concurrent\Sync\SharedMemoryParcel::serialize PHP Méthode

serialize() public méthode

Note that this does not serialize the object that is referenced, just the object handle.
public serialize ( ) : string
Résultat string The serialized object handle.
    public function serialize() : string
    {
        return serialize([$this->key, $this->semaphore]);
    }