34 lines
435 B
Markdown
34 lines
435 B
Markdown
|
---
|
||
|
title: secureFileEmpty
|
||
|
description: Empty secure file
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: secureFileEmpty
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Empty secure file
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [SecureFile](../types/SecureFile.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```php
|
||
|
$secureFileEmpty = ['_' => 'secureFileEmpty'];
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
```lua
|
||
|
secureFileEmpty={_='secureFileEmpty'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|