Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php // Copyright 1999-2024. WebPros International GmbH. All rights reserved. namespace P..

Decoded Output download

<?php
// Copyright 1999-2024. WebPros International GmbH. All rights reserved.
namespace Plesk\SDK\Server;
/**
 * @since 18.0.52
 */
class Components
{

    /**
     * Synchronize server components cache in Plesk database with the actual component list
     */
    public function refresh(): void { }

}
 ?>

Did this file decode correctly?

Original Code

<?php
// Copyright 1999-2024. WebPros International GmbH. All rights reserved.
namespace Plesk\SDK\Server;
/**
 * @since 18.0.52
 */
class Components
{

    /**
     * Synchronize server components cache in Plesk database with the actual component list
     */
    public function refresh(): void { }

}

Function Calls

None

Variables

None

Stats

MD5 daab463ac3b51b302da5d6f287edb6eb
Eval Count 0
Decode Time 114 ms