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 CLOB * * @phpstub * * @param string $clob_data * @param resour..

Decoded Output download

<?php

/**
 * Create a CLOB
 *
 * @phpstub
 *
 * @param string $clob_data
 * @param resource $link_identifier
 *
 * @return string Returns a resource handle to the newly created CLOB, which can be used
 *                with insert and update commands to store the CLOB in the database.
 */
function fbsql_create_clob($clob_data, $link_identifier = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Create a CLOB
 *
 * @phpstub
 *
 * @param string $clob_data
 * @param resource $link_identifier
 *
 * @return string Returns a resource handle to the newly created CLOB, which can be used
 *                with insert and update commands to store the CLOB in the database.
 */
function fbsql_create_clob($clob_data, $link_identifier = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 cfefc05682f7395c868832e77b030478
Eval Count 0
Decode Time 83 ms