|
Threaded::extendRuntime Manipulation Description
public bool Threaded::extend
( string
$class
)Makes thread safe standard class at runtime Parameters
Return ValuesA boolean indication of success Examples
Example #1 Runtime inheritance
<?php The above example will output: bool(true) |