LLMS_Session::__set( string $key, string $value )

__set function.


Parameters Parameters

$key

(string) (Required) The key of the session variable.

$value

(string) (Required) The value of the session variable.


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.session.php

	 *
	 * @param string $key   Session data key.
	 * @param mixed  $value Session data value.

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.