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

48 lines
895 B
Markdown
Raw Normal View History

2020-10-15 18:42:54 +02:00
---
title: danog\MadelineProto\Settings\Ipc: IPC server settings.
description:
2020-10-16 11:57:00 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2020-10-15 18:42:54 +02:00
---
# `danog\MadelineProto\Settings\Ipc`
[Back to index](../../../index.md)
> 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.
2020-10-15 19:11:10 +02:00
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)