Function __global->get_cookie_path
Definitions
sources/global2.php
- Get the site cookie path.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The site cookie path (null: no special path, global)
- Type: ?string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the site cookie path.
*
* @return ?string The site cookie path (null: no special path, global)
*/
function get_cookie_path() : ?string
* Get the site cookie path.
*
* @return ?string The site cookie path (null: no special path, global)
*/
function get_cookie_path() : ?string
sources/minikernel.php
- Get the site cookie path.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The site cookie path (null: no special path, global)
- Type: ?string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the site cookie path.
*
* @return ?string The site cookie path (null: no special path, global)
*/
function get_cookie_path() : ?string
* Get the site cookie path.
*
* @return ?string The site cookie path (null: no special path, global)
*/
function get_cookie_path() : ?string

