PHP » GoLang |
login |
register |
about
|
GoLang Stomp::setReadTimeout
request it (288)
GoLang replacement for PHP's Stomp::setReadTimeout
[edit | history]
Stomp::setReadTimeoutstomp_set_read_timeout(PECL stomp >= 0.3.0) Stomp::setReadTimeout -- stomp_set_read_timeout — Sets read timeout DescriptionObject oriented style (method):
public void Stomp::setReadTimeout
( int
$seconds
[, int $microseconds
] )Procedural style:
void stomp_set_read_timeout
( resource
$link
, int $seconds
[, int $microseconds
] )Sets read timeout. Parameters
Examples
Example #1 Object oriented style
<?php
Example #2 Procedural style
<?php |
more
Recently updated
more
Most requested
more
Last requests
|