PHP 8.5.0 Alpha 2 available for testing

OAuth::getCAPath

(PECL OAuth >= 0.99.8)

OAuth::getCAPathObtiene la información CA

Descripción

public OAuth::getCAPath(): array

Obtiene la información del certificado de Autoridad, el cual incluye los ca_path y ca_info establecidos por OAuth::setCaPath().

Advertencia

Esta función está actualmente no documentada; solo la lista de sus argumentos está disponible.

Parámetros

Esta función no contiene ningún parámetro.

Valores devueltos

Un array con información del Certificado de Autoridad, específicamente como claves ca_path y ca_info dentro del array asociativo devuelto.

Ver también

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top