- class
rx(php\lib\rx) - source
php/lib/rx.php
Description
Class rx
rx ::observable()rx ::subscribe()rx ::unsubscribe()rx ::subscribers()rx ::unsubscribeAll()
rx::observable(mixed $value): mixedrx::subscribe(mixed $observable, callable $callback): voidrx::unsubscribe(mixed $observable, callable $callback): voidrx::subscribers(mixed $observable): callable[]rx::unsubscribeAll(mixed $observable): void