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 Magento, Inc. All rights reserved. * See COPYING.txt for license ..

Decoded Output download

<?php
/**
 * Copyright  Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
declare(strict_types=1);

namespace Magento\CacheInvalidate\Model;

/**
 * Factory for the \Laminas\Http\Client\Adapter\Socket
 */
class SocketFactory
{
    /**
     * Create object
     *
     * @return \Laminas\Http\Client\Adapter\Socket
     */
    public function create()
    {
        return new \Laminas\Http\Client\Adapter\Socket();
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * Copyright  Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
declare(strict_types=1);

namespace Magento\CacheInvalidate\Model;

/**
 * Factory for the \Laminas\Http\Client\Adapter\Socket
 */
class SocketFactory
{
    /**
     * Create object
     *
     * @return \Laminas\Http\Client\Adapter\Socket
     */
    public function create()
    {
        return new \Laminas\Http\Client\Adapter\Socket();
    }
}

Function Calls

None

Variables

None

Stats

MD5 32578b69c2960a79a3a56f4249ec5b44
Eval Count 0
Decode Time 101 ms