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 interface Suin_FTPClient_ObserverInterface { /** * @abstract * @param string $..

Decoded Output download

<?php

interface Suin_FTPClient_ObserverInterface
{
	/**
	 * @abstract
	 * @param string $request
	 * @return void
	 */
	public function updateWithRequest($request);

	/**
	 * @abstract
	 * @param string $message
	 * @param int $code
	 * @return void
	 */
	public function updateWithResponse($message, $code);
}
 ?>

Did this file decode correctly?

Original Code

<?php

interface Suin_FTPClient_ObserverInterface
{
	/**
	 * @abstract
	 * @param string $request
	 * @return void
	 */
	public function updateWithRequest($request);

	/**
	 * @abstract
	 * @param string $message
	 * @param int $code
	 * @return void
	 */
	public function updateWithResponse($message, $code);
}

Function Calls

None

Variables

None

Stats

MD5 f8a540dcb55644056aa2399ce5739368
Eval Count 0
Decode Time 77 ms