Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Thread

A thread is a set of instructions, designed to be executed independently from the parent process.

PHP supports threads with extensions, such as the pthreads extension. It also supports a thread safe compilation version: it allows PHP to be used with threaded web servers.

Documentation

See Also