Skip to content

SConfig

  • Full name: \Zotlabs\Lib\SConfig

See Also:

  • \Zotlabs\Lib\XConfig -

Methods

Load

public static Load(mixed $server_id): mixed
  • This method is static.

Parameters:

Parameter Type Description
$server_id mixed

Get

public static Get(mixed $server_id, mixed $family, mixed $key, mixed $default = false): mixed
  • This method is static.

Parameters:

Parameter Type Description
$server_id mixed
$family mixed
$key mixed
$default mixed

Set

public static Set(mixed $server_id, mixed $family, mixed $key, mixed $value): mixed
  • This method is static.

Parameters:

Parameter Type Description
$server_id mixed
$family mixed
$key mixed
$value mixed

Delete

public static Delete(mixed $server_id, mixed $family, mixed $key): mixed
  • This method is static.

Parameters:

Parameter Type Description
$server_id mixed
$family mixed
$key mixed


Automatically generated on 2025-03-19