PHP 8.4.0 RC4 available for testing

parallel\Runtime::__construct

(0.8.0)

parallel\Runtime::__constructConstruction de l'exécution

Description

public parallel\Runtime::__construct(string $bootstrap)

Construit une exécution amorcée.

Liste de paramètres

bootstrap

La localisation d'un fichier d'amorçage, généralement un chargeur automatique.

Exceptions

Avertissement

Lance une parallel\Runtime\Error si le thread n'a pas pu être créé

Avertissement

Lance une parallel\Runtime\Bootstrap si l'amorçage a échoué

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top