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; class KafkaConsumerTopic extends Topic { /** * @param ..
Decoded Output download
<?php
namespace RdKafka;
class KafkaConsumerTopic extends Topic
{
/**
* @param int $partition
* @param int $offset
*
* @return void
*/
public function offsetStore($partition, $offset)
{
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace RdKafka;
class KafkaConsumerTopic extends Topic
{
/**
* @param int $partition
* @param int $offset
*
* @return void
*/
public function offsetStore($partition, $offset)
{
}
}
Function Calls
None |
Stats
MD5 | f0466fb830e236d91137bcac66e3eee6 |
Eval Count | 0 |
Decode Time | 100 ms |