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 namespace RdKafka\Metadata; class Broker { /** * @return int */ ..

Decoded Output download

<?php

namespace RdKafka\Metadata;

class Broker
{
    /**
     * @return int
     */
    public function getId()
    {
    }

    /**
     * @return string
     */
    public function getHost()
    {
    }

    /**
     * @return int
     */
    public function getPort()
    {
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace RdKafka\Metadata;

class Broker
{
    /**
     * @return int
     */
    public function getId()
    {
    }

    /**
     * @return string
     */
    public function getHost()
    {
    }

    /**
     * @return int
     */
    public function getPort()
    {
    }
}

Function Calls

None

Variables

None

Stats

MD5 cfe55123d76acbdbc403ef7d0f897b76
Eval Count 0
Decode Time 113 ms