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 /** * Return the associative array that corresponds to the fetched row * * @phps..

Decoded Output download

<?php

/**
 * Return the associative array that corresponds to the fetched row
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $type
 *
 * @return array Associative array, when process is successful.
 */
function cubrid_fetch_assoc($result, $type = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Return the associative array that corresponds to the fetched row
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $type
 *
 * @return array Associative array, when process is successful.
 */
function cubrid_fetch_assoc($result, $type = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 33dbcc663a4bc55345008628f2f3f1d9
Eval Count 0
Decode Time 117 ms