The Server Pages
:: TSP Menu
- Home
- Authors
- Glossary
- RSS Feed

:: Servers
- CPanel
- Hosting
- Linux
- Windows

:: Webmaster
- Databases
- Design
- PHP
- Search Engines

:: Scripts
- Scripts

:: Documentation
- PHP Manual

:: Other
- Errors & Solutions
- TechPunt
- Wojjie

search for in the

shm_get_var> <shm_attach
[edit] Last updated: Sat, 12 May 2012

view this page in

shm_detach

(PHP 4, PHP 5)

shm_detachDisconnects from shared memory segment

Description

bool shm_detach ( resource $shm_identifier )

shm_detach() disconnects from the shared memory given by the shm_identifier created by shm_attach(). Remember, that shared memory still exist in the Unix system and the data is still present.

Parameters

shm_identifier

A shared memory resource handle as returned by shm_attach()

Return Values

shm_detach() always returns TRUE.

See Also



add a note add a note User Contributed Notes shm_detach
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites