PHP 8.3.4 Released!

OAuthProvider::callconsumerHandler

(No version information available, might only be in Git)

OAuthProvider::callconsumerHandlerCalls the consumerNonceHandler callback

Descrizione

public OAuthProvider::callconsumerHandler(): void

Calls the registered consumer handler callback function, which is set with OAuthProvider::consumerHandler().

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Nessun valore viene restituito.

Errori/Eccezioni

Lancia un errore di livello E_ERROR se la funzione di callback non può essere invocata, oppure se non è stata specificata.

Vedere anche:

add a note

User Contributed Notes

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