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 /** * Fetch a result row as an associative array * * @phpstub * * @param resou..

Decoded Output download

<?php

/**
 * Fetch a result row as an associative array
 *
 * @phpstub
 *
 * @param resource $result
 *
 * @return array Returns an associative array of strings that corresponds to the fetched row, or
 *               false if there are no more rows.
 */
function mysql_fetch_assoc($result)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Fetch a result row as an associative array
 *
 * @phpstub
 *
 * @param resource $result
 *
 * @return array Returns an associative array of strings that corresponds to the fetched row, or
 *               false if there are no more rows.
 */
function mysql_fetch_assoc($result)
{
}

Function Calls

None

Variables

None

Stats

MD5 ab9a1bfb02ba6ee0076a316fb8fbd589
Eval Count 0
Decode Time 103 ms