Latest JAS v1.1.0
144 plugins online

Code / Session / get

Session :: get
Method
include/session.php

Description...

Arguments

key
Argument

Return values

Variable
Returns

Examples

Session Get method example
PHP
<?
  $session->get($key);  //Call Session::get method
?>

Comments (0)