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 /** * Get a lob object's size. * * @phpstub * * @param resource $lob_identifie..

Decoded Output download

<?php

/**
 * Get a lob object's size.
 *
 * @phpstub
 *
 * @param resource $lob_identifier
 *
 * @return string It will return the size of the LOB object as a string when it processes successfully.
 */
function cubrid_lob2_size64($lob_identifier)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get a lob object's size.
 *
 * @phpstub
 *
 * @param resource $lob_identifier
 *
 * @return string It will return the size of the LOB object as a string when it processes successfully.
 */
function cubrid_lob2_size64($lob_identifier)
{
}

Function Calls

None

Variables

None

Stats

MD5 5a56686a5e23ce05282cc5ce992c0216
Eval Count 0
Decode Time 113 ms