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 Topic { /** * @return string */ ..
Decoded Output download
<?php
namespace RdKafka\Metadata;
class Topic
{
/**
* @return string
*/
public function getTopic()
{
}
/**
* @return Partition[]
*/
public function getPartitions()
{
}
/**
* @return mixed
*/
public function getErr()
{
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace RdKafka\Metadata;
class Topic
{
/**
* @return string
*/
public function getTopic()
{
}
/**
* @return Partition[]
*/
public function getPartitions()
{
}
/**
* @return mixed
*/
public function getErr()
{
}
}
Function Calls
| None |
Stats
| MD5 | f77f5b3a583d5e73906bf7a3c3ba97f6 |
| Eval Count | 0 |
| Decode Time | 141 ms |