Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 975 Bytes

File metadata and controls

64 lines (43 loc) · 975 Bytes

rx

  • class rx (php\lib\rx)
  • source php/lib/rx.php

Description

Class rx


Static Methods


Static Methods

observable()

rx::observable(mixed $value): mixed

subscribe()

rx::subscribe(mixed $observable, callable $callback): void

unsubscribe()

rx::unsubscribe(mixed $observable, callable $callback): void

subscribers()

rx::subscribers(mixed $observable): callable[]

unsubscribeAll()

rx::unsubscribeAll(mixed $observable): void