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 /** * Gets the current resource usages * * @phpstub * * @param int $who * * ..

Decoded Output download

<?php

/**
 * Gets the current resource usages
 *
 * @phpstub
 *
 * @param int $who
 *
 * @return array Returns an associative array containing the data returned from the system
 *               call. All entries are accessible by using their documented field names.
 */
function getrusage($who = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Gets the current resource usages
 *
 * @phpstub
 *
 * @param int $who
 *
 * @return array Returns an associative array containing the data returned from the system
 *               call. All entries are accessible by using their documented field names.
 */
function getrusage($who = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 7e0966d8ed4f470857eb8349f843b867
Eval Count 0
Decode Time 94 ms