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 /** * Fetches all rows from a result set as an array of arrays * * @phpstub * ..

Decoded Output download

<?php

/**
 * Fetches all rows from a result set as an array of arrays
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $result_type
 * @param bool $decode_binary
 *
 * @return array
 */
function sqlite_fetch_all($result, $result_type = false, $decode_binary = true)
{
}

/**
 * Fetches all rows from a result set as an array of arrays
 *
 * @phpstub
 *
 * @param int $result_type
 * @param bool $decode_binary
 *
 * @return array
 */
function sqlite_fetch_all($result_type = false, $decode_binary = true)
{
}

/**
 * Fetches all rows from a result set as an array of arrays
 *
 * @phpstub
 *
 * @param int $result_type
 * @param bool $decode_binary
 *
 * @return array
 */
function sqlite_fetch_all($result_type = false, $decode_binary = true)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Fetches all rows from a result set as an array of arrays
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $result_type
 * @param bool $decode_binary
 *
 * @return array
 */
function sqlite_fetch_all($result, $result_type = false, $decode_binary = true)
{
}

/**
 * Fetches all rows from a result set as an array of arrays
 *
 * @phpstub
 *
 * @param int $result_type
 * @param bool $decode_binary
 *
 * @return array
 */
function sqlite_fetch_all($result_type = false, $decode_binary = true)
{
}

/**
 * Fetches all rows from a result set as an array of arrays
 *
 * @phpstub
 *
 * @param int $result_type
 * @param bool $decode_binary
 *
 * @return array
 */
function sqlite_fetch_all($result_type = false, $decode_binary = true)
{
}

Function Calls

None

Variables

None

Stats

MD5 227879abde253057e5f40ca7af0252eb
Eval Count 0
Decode Time 87 ms