public get (mixed $index, [mixed $defaultValue], [mixed $remove])
Gets a session variable from an application context
1 | $session ->get( 'auth' , 'yes' ); |
public get (mixed $index, [mixed $defaultValue], [mixed $remove])
Gets a session variable from an application context
1 | $session ->get( 'auth' , 'yes' ); |
Designed by : w10schools
service@w10schools.com
Please login to continue.