MadelineProtoDocs/docs/PHP/danog/MadelineProto/TL/Types/Bytes.md

1.0 KiB

title: danog\MadelineProto\TL\Types\Bytes: Bytes wrapper. description:

danog\MadelineProto\TL\Types\Bytes

Back to index

Author: Daniil Gentili daniil@daniil.it

Bytes wrapper.

Method list:

  • jsonSerialize(): array
  • offsetSet(int|null $offset, string $value): void
  • offsetGet(int $offset): string
  • offsetUnset(int $offset): void
  • offsetExists(int $offset): bool

Methods:

jsonSerialize(): array

Obtain values for JSON-encoding.

offsetSet(int|null $offset, string $value): void

Set char at offset.

Parameters:

  • $offset: int|null Offset
  • $value: string Char

offsetGet(int $offset): string

Get char at offset.

Parameters:

  • $offset: int Name

offsetUnset(int $offset): void

Unset char at offset.

Parameters:

  • $offset: int Offset

offsetExists(int $offset): bool

Check if char at offset exists.

Parameters:

  • $offset: int Offset

Generated by danog/phpdoc