OAuth
PHP Manual

OAuth::setCAPath

(PECL OAuth >= 0.99.8)

OAuth::setCAPathSet CA path and info

Beschreibung

public mixed OAuth::setCAPath ([ string $ca_path [, string $ca_info ]] )

Sets the Certificate Authority (CA), both for path and info.

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

ca_path

The CA Path being set.

ca_info

The CA Info being set.

Rückgabewerte

Returns TRUE on success, or FALSE if either ca_path or ca_info are considered invalid.

Changelog

Version Beschreibung
1.0.0 Gab früher bei einem Fehler NULL anstelle von FALSE zurück.

Siehe auch


OAuth
PHP Manual