PHP 8.5.0 Alpha 2 available for testing

OAuthProvider::removeRequiredParameter

(PECL OAuth >= 1.0.0)

OAuthProvider::removeRequiredParameterRemueve un parámetro requerido

Descripción

final public OAuthProvider::removeRequiredParameter(string $req_params): bool

Remueve un parámetro requerido.

Advertencia

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

Parámetros

req_params

El parámetro requerido a ser removido.

Valores devueltos

Esta función retorna true en caso de éxito o false si ocurre un error.

Ver también

add a note

User Contributed Notes

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