downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Thread> <Ressource-Typen
[edit] Last updated: Fri, 17 May 2013

view this page in

Vordefinierte Konstanten

Folgende Konstanten werden von dieser Erweiterung definiert und stehen nur zur Verfügung, wenn die Erweiterung entweder statisch in PHP kompiliert oder dynamisch zur Laufzeit geladen wurde.

The following constants are for selective inheritance:

PTHREADS_INHERIT_ALL (integer)
The default inheritance mask used when starting Threads and Workers
PTHREADS_INHERIT_INI (integer)
Determines wether the ini entries are inherited by the new context
PTHREADS_INHERIT_CONSTANTS (integer)
Determines wether the constants are inherited by the new context
PTHREADS_INHERIT_CLASSES (integer)
Determines wether the class table is inherited by the new context
PTHREADS_INHERIT_FUNCTIONS (integer)
Determines wether the function table is inherited by the new context
PTHREADS_INHERIT_INCLUDES (integer)
Determines wether the included_files table is inherit by the new context
PTHREADS_INHERIT_NONE (integer)
Nothing will be inherited by the new context


add a note add a note User Contributed Notes Vordefinierte Konstanten - [0 notes]
There are no user contributed notes for this page.

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