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 Queue { private function __construct() { } ..
Decoded Output download
<?php
namespace RdKafka;
class Queue
{
private function __construct()
{
}
/**
* @param string $timeout_ms
*
* @return Message|null
*/
public function consume($timeout_ms)
{
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace RdKafka;
class Queue
{
private function __construct()
{
}
/**
* @param string $timeout_ms
*
* @return Message|null
*/
public function consume($timeout_ms)
{
}
}
Function Calls
| None |
Stats
| MD5 | f0075ffcf95c727091bafc37f100f35c |
| Eval Count | 0 |
| Decode Time | 121 ms |