PHP 8.3.4 Released!

Yaf_Controller_Abstract::redirect

(Yaf >=1.0.0)

Yaf_Controller_Abstract::redirectRedirige vers une URL

Description

public Yaf_Controller_Abstract::redirect(string $url): bool

Redirige vers une URL en utilisant un en-tête 302.

Liste de paramètres

url

une URL

Valeurs de retour

Retourne un booléen.

add a note

User Contributed Notes

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