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 /** * Create a glo instance * * @phpstub * * @param resource $conn_identifier ..

Decoded Output download

<?php

/**
 * Create a glo instance
 *
 * @phpstub
 *
 * @param resource $conn_identifier
 * @param string $class_name
 * @param string $file_name
 *
 * @return string Oid of the instance created, when process is successful.
 */
function cubrid_new_glo($conn_identifier, $class_name, $file_name)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Create a glo instance
 *
 * @phpstub
 *
 * @param resource $conn_identifier
 * @param string $class_name
 * @param string $file_name
 *
 * @return string Oid of the instance created, when process is successful.
 */
function cubrid_new_glo($conn_identifier, $class_name, $file_name)
{
}

Function Calls

None

Variables

None

Stats

MD5 ccbaea36f500867b88d199e5d58b84be
Eval Count 0
Decode Time 6191 ms