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 process times * * @phpstub * * @return array Returns a hash of strin..
Decoded Output download
<?php
/**
* Get process times
*
* @phpstub
*
* @return array Returns a hash of strings with information about the current
* process CPU usage. The indices of the hash are:
*/
function posix_times()
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get process times
*
* @phpstub
*
* @return array Returns a hash of strings with information about the current
* process CPU usage. The indices of the hash are:
*/
function posix_times()
{
}
Function Calls
None |
Stats
MD5 | bf832ef6c75b3edf2ebd84aa47aaec09 |
Eval Count | 0 |
Decode Time | 95 ms |