PHP Functions : Semaphore, Shared Memory and IPC Functions
Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions Semaphore Shared Memory and IPC Functions
Help URL: http://www.php.net/manual/en/ref.sem.php
Items Related to Semaphore, Shared Memory and IPC Functions
Inner Elements of Semaphore, Shared Memory and IPC Functions
Semaphore, Shared Memory and IPC Functions contains following items:
- ftok
- msg_get_queue (msg get queue)
- msg_receive (msg receive)
- msg_remove_queue (msg remove queue)
- msg_send (msg send)
- msg_set_queue (msg set queue)
- msg_stat_queue (msg stat queue)
- sem_acquire (sem acquire)
- sem_get (sem get)
- sem_release (sem release)
- sem_remove (sem remove)
- shm_attach (shm attach)
- shm_detach (shm detach)
- shm_get_var (shm get var)
- shm_put_var (shm put var)
- shm_remove_var (shm remove var)
- shm_remove (shm remove)
PHP is a scripted programming language that can be used to create websites. Short for "PHP: Hypertext Preprocessor" (the initials actually come from the earliest version of the program, which was called "Personal Home Page" but in their current form, constitute a recursive acronym), it is an open-source, reflective programming language used mainly for developing server-side applications and dynamic web content, and more recently, a broader range of software applications. For example, MediaWiki, the software behind Wikipedia, is written in PHP.PHP allows interaction with a large number of relational database management systems, such as MySQL, Oracle, IBM DB2, Microsoft SQL Server, PostgreSQL, Firebird and SQLite. PHP runs on most major operating systems, including Unix, Linux, Netware, Windows, and Mac OS X, and can interact with many major web servers. -- wikipedia.org
|