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 /** * Add several components to the form * * @phpstub * * @param resource $for..

Decoded Output download

<?php

/**
 * Add several components to the form
 *
 * @phpstub
 *
 * @param resource $form
 * @param array $components
 *
 * @return void 
 */
function newt_form_add_components($form, $components)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Add several components to the form
 *
 * @phpstub
 *
 * @param resource $form
 * @param array $components
 *
 * @return void 
 */
function newt_form_add_components($form, $components)
{
}

Function Calls

None

Variables

None

Stats

MD5 1debdc8b7102786e836e570f4db5f176
Eval Count 0
Decode Time 60 ms