Definition
/**
* Create a LISTEN statement to subscribe the current session to a notification channel.
*
* Usage:
* listen('my_channel')->toSql() // LISTEN my_channel
*/
listen(string $channel) : ListenFinalStep composer require flow-php/etl ~0.35.1 Read from various data sources.
Shape and optimize for your needs.
Store and secure in one of many available data sinks.
/**
* Create a LISTEN statement to subscribe the current session to a notification channel.
*
* Usage:
* listen('my_channel')->toSql() // LISTEN my_channel
*/
listen(string $channel) : ListenFinalStep