php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
com_persist.stub.php
Go to the documentation of this file.
1<?php
2
4
5final class COMPersistHelper
6{
7 public function __construct(?variant $variant = null) {}
8
9 public function GetCurFileName(): string|false {}
10
11 public function SaveToFile(?string $filename, bool $remember = true): bool {}
12
13 public function LoadFromFile(string $filename, int $flags = 0): bool {}
14
15 public function GetMaxStreamSize(): int {}
16
17 public function InitNew(): bool {}
18
20 public function LoadFromStream($stream): bool {}
21
23 public function SaveToStream($stream): bool {}
24}
__construct(?variant $variant=null)
SaveToFile(?string $filename, bool $remember=true)
LoadFromFile(string $filename, int $flags=0)
$filename
Definition create.php:9
function(EX_VAR(opline->result.var))