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 /** * Perform a query without fetching the results into memory * * @phpstub * ..

Decoded Output download

<?php

/**
 * Perform a query without fetching the results into memory
 *
 * @phpstub
 *
 * @param string $query
 * @param resource $conn_identifier
 *
 * @return resource For SELECT, SHOW, DESCRIBE or EXPLAIN statements returns a connection identifier resource on success.
 */
function cubrid_unbuffered_query($query, $conn_identifier = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Perform a query without fetching the results into memory
 *
 * @phpstub
 *
 * @param string $query
 * @param resource $conn_identifier
 *
 * @return resource For SELECT, SHOW, DESCRIBE or EXPLAIN statements returns a connection identifier resource on success.
 */
function cubrid_unbuffered_query($query, $conn_identifier = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 48e59a21b3251fd21ec4dad1e3323da3
Eval Count 0
Decode Time 133 ms