OAuth::disableRedirects
PHP Manual
PHP Manual»OAuth»OAuth::disableRedirects

OAuth::disableRedirects

(PECL OAuth >= 0.99.9)

OAuth::disableRedirectsTurn off redirects

Description

public function OAuth::disableRedirects(): bool

Disable redirects from being followed automatically, thus allowing the request to be manually redirected.

Warning

This function is currently not documented; only its argument list is available.

Parameters

This function has no parameters.

Return Values

true

See Also

To Top