PHP 8.3.4 Released!

Yaf_Request_Abstract::setParam

(Yaf >=1.0.0)

Yaf_Request_Abstract::setParamSet a calling parameter to a request

Description

public Yaf_Request_Abstract::setParam(string $name, string $value = ?): bool

Set a parameter to request, which can be retrieved by Yaf_Request_Abstract::getParam()

Parameters

name

value

Return Values

See Also

add a note

User Contributed Notes

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