PHP Doku:: Set CA path and info - oauth.setcapath.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzWeb ServicesOAuthThe OAuth classOAuth::setCAPath

Ein Service von Reinhard Neidl - Webprogrammierung.

The OAuth class

<<OAuth::setAuthType

OAuth::setNonce>>

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


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)