(PECL stomp >= 0.3.0)
Stomp::setReadTimeout -- stomp_set_read_timeout — Sets read timeout
Object oriented style (method):
public Stomp::setReadTimeout ( int $seconds [, int $microseconds ] ) : void
Procedural style:
stomp_set_read_timeout ( resource $link , int $seconds [, int $microseconds ] ) : void
Sets read timeout.
link
Procedural style only: The stomp link identifier returned by stomp_connect().
seconds
The seconds part of the timeout to be set.
microseconds
The microseconds part of the timeout to be set.
Example #1 Object oriented style
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/stomp.setreadtimeout.php