在线文档教程
PHP
处理控制 | Process Control

shmop_delete

shmop_delete

(PHP 4 >= 4.0.4, PHP 5, PHP 7)

shmop_delete — Delete shared memory block

Description

bool shmop_delete ( resource $shmid )

shmop_delete() is used to delete a shared memory block.

Parameters

shmid

The shared memory block resource created by shmop_open()

Return Values

Returns TRUE on success or FALSE on failure.

Changelog

VersionDescription
7.0.0The type of shmid has been changed from int to resource.

Examples

Example #1 Deleting shared memory block

<?php shmop_delete($shm_id ?>

This example will delete shared memory block identified by $shm_id.

← shmop_close

shmop_open →

© 1997–2017 The PHP Documentation Group

Licensed under the Creative Commons Attribution License v3.0 or later.

https://secure.php.net/manual/en/function.shmop-delete.php