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 /** * Calculate the product of values in an array * * @phpstub * * @param arra..

Decoded Output download

<?php

/**
 * Calculate the product of values in an array
 *
 * @phpstub
 *
 * @param array $array
 *
 * @return number Returns the product as an integer or float.
 */
function array_product($array)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Calculate the product of values in an array
 *
 * @phpstub
 *
 * @param array $array
 *
 * @return number Returns the product as an integer or float.
 */
function array_product($array)
{
}

Function Calls

None

Variables

None

Stats

MD5 d4d04f89c6ac0771f62b7edefac0dafe
Eval Count 0
Decode Time 92 ms