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 /** * Move the cursor of a lob object. * * @phpstub * * @param resource $lob_i..

Decoded Output download

<?php

/**
 * Move the cursor of a lob object.
 *
 * @phpstub
 *
 * @param resource $lob_identifier
 * @param string $offset
 * @param int $origin
 *
 * @return bool true if the process is successful and false for failure.
 */
function cubrid_lob2_seek64($lob_identifier, $offset, $origin = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Move the cursor of a lob object.
 *
 * @phpstub
 *
 * @param resource $lob_identifier
 * @param string $offset
 * @param int $origin
 *
 * @return bool true if the process is successful and false for failure.
 */
function cubrid_lob2_seek64($lob_identifier, $offset, $origin = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 c580083bc127466d5d2ca10452a3be1e
Eval Count 0
Decode Time 182 ms