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 /** @phpstub */ interface SplObserver { /** * Receive update from subject ..

Decoded Output download

<?php

/** @phpstub */
interface SplObserver
{
    /**
     * Receive update from subject
     *
     * @param SplSubject $subject
     *
     * @return void 
     */
    public function update($subject);
} ?>

Did this file decode correctly?

Original Code

<?php

/** @phpstub */
interface SplObserver
{
    /**
     * Receive update from subject
     *
     * @param SplSubject $subject
     *
     * @return void 
     */
    public function update($subject);
}

Function Calls

None

Variables

None

Stats

MD5 a9127045d9604508b9fbd14fef072c80
Eval Count 0
Decode Time 84 ms