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.
 */
namespace Magento\AdvancedSearch\Model\Client;

/**
 * @api
 * @since 100.1.0
 */
interface ClientInterface
{
    /**
     * Validate connection params for search engine
     *
     * @return bool
     * @since 100.1.0
     */
    public function testConnection();
}
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * Copyright  Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\AdvancedSearch\Model\Client;

/**
 * @api
 * @since 100.1.0
 */
interface ClientInterface
{
    /**
     * Validate connection params for search engine
     *
     * @return bool
     * @since 100.1.0
     */
    public function testConnection();
}

Function Calls

None

Variables

None

Stats

MD5 935df3b92e56a9cba0de2f1f39538c63
Eval Count 0
Decode Time 126 ms