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 an array of column types from a particular table * * @phpstub * *..

Decoded Output download

<?php

/**
 * Return an array of column types from a particular table
 *
 * @phpstub
 *
 * @param string $table_name
 * @param resource $dbhandle
 * @param int $result_type
 *
 * @return array
 */
function sqlite_fetch_column_types($table_name, $dbhandle, $result_type = false)
{
}

/**
 * Return an array of column types from a particular table
 *
 * @phpstub
 *
 * @param string $table_name
 * @param int $result_type
 *
 * @return array
 */
function sqlite_fetch_column_types($table_name, $result_type = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Return an array of column types from a particular table
 *
 * @phpstub
 *
 * @param string $table_name
 * @param resource $dbhandle
 * @param int $result_type
 *
 * @return array
 */
function sqlite_fetch_column_types($table_name, $dbhandle, $result_type = false)
{
}

/**
 * Return an array of column types from a particular table
 *
 * @phpstub
 *
 * @param string $table_name
 * @param int $result_type
 *
 * @return array
 */
function sqlite_fetch_column_types($table_name, $result_type = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 a83a038b1e63ccd80b6a292d67c5e7c9
Eval Count 0
Decode Time 78 ms