Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
modules
/
firewall
/
vendor
/
plesk
/
api-php-lib
/
src
/
Api
/
Struct
/
Server
/
Statistics
/
File Content:
Swap.php
<?php // Copyright 1999-2025. WebPros International GmbH. namespace PleskX\Api\Struct\Server\Statistics; use PleskX\Api\AbstractStruct; class Swap extends AbstractStruct { public int $total; public int $used; public int $free; public function __construct(\SimpleXMLElement $apiResponse) { $this->initScalarProperties($apiResponse, [ 'total', 'used', 'free', ]); } }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
DiskSpace.php
451 bytes
0644
LoadAverage.php
528 bytes
0644
Memory.php
586 bytes
0644
Objects.php
1113 bytes
0644
Other.php
476 bytes
0644
Swap.php
446 bytes
0644
Version.php
755 bytes
0644
N4ST4R_ID | Naxtarrr