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 /** * Returns a string description of the last connect error * * @phpstub * * ..

Decoded Output download

<?php

/**
 * Returns a string description of the last connect error
 *
 * @phpstub
 *
 * @return string A string that describes the error, or null if no error occurred.
 */
function stomp_connect_error()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns a string description of the last connect error
 *
 * @phpstub
 *
 * @return string A string that describes the error, or null if no error occurred.
 */
function stomp_connect_error()
{
}

Function Calls

None

Variables

None

Stats

MD5 2c554002a4efa2442f0644928f0df2b0
Eval Count 0
Decode Time 94 ms