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 /** * Get number of fields in result * * @phpstub * * @param resource $result ..

Decoded Output download

<?php

/**
 * Get number of fields in result
 *
 * @phpstub
 *
 * @param resource $result
 *
 * @return int Returns the number of fields in the result set.
 */
function msql_num_fields($result)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get number of fields in result
 *
 * @phpstub
 *
 * @param resource $result
 *
 * @return int Returns the number of fields in the result set.
 */
function msql_num_fields($result)
{
}

Function Calls

None

Variables

None

Stats

MD5 7a7d004200fae9cf6157c2ef45de751b
Eval Count 0
Decode Time 84 ms