MadelineProtoDocs/docs/PHP/danog/MadelineProto/Settings/Ipc.md

821 B

title: danog\MadelineProto\Settings\Ipc: IPC server settings. description:

danog\MadelineProto\Settings\Ipc

Back to index

Author: Daniil Gentili daniil@daniil.it

IPC server settings.

Method list:

  • getSlow(): bool
  • setSlow(bool $slow): self
  • hasChanged(): bool

Methods:

getSlow(): bool

Get WARNING: this will cause slow startup if enabled.

setSlow(bool $slow): self

Whether to force full deserialization of instance, without using the IPC server/client. WARNING: this will cause slow startup if enabled.

Parameters:

  • $slow: bool WARNING: this will cause slow startup if enabled.

hasChanged(): bool

Get whether this setting was changed, also applies changes.


Generated by danog/phpdoc