PHP 8.5.0 Beta 3 available for testing

parallel\Runtime::__construct

(0.8.0)

parallel\Runtime::__construct β€” Runtime Construction

θͺ¬ζ˜Ž

public parallel\Runtime::__construct()

Shall construct a new runtime without bootstrapping.

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

Shall construct a bootstrapped runtime.

パラパータ

bootstrap

The location of a bootstrap file, generally an autoloader.

Exceptions

θ­¦ε‘Š

Shall throw parallel\Runtime\Error if thread could not be created

θ­¦ε‘Š

Shall throw parallel\Runtime\Bootstrap if bootstrapping failed

οΌ‹add a note

User Contributed Notes

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