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 /** * Changes the current umask * * @phpstub * * @param int $mask * * @retur..

Decoded Output download

<?php

/**
 * Changes the current umask
 *
 * @phpstub
 *
 * @param int $mask
 *
 * @return int without arguments simply returns the
 *             current umask otherwise the old umask is returned.
 */
function umask($mask = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Changes the current umask
 *
 * @phpstub
 *
 * @param int $mask
 *
 * @return int without arguments simply returns the
 *             current umask otherwise the old umask is returned.
 */
function umask($mask = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 bc9c9d2741cde69f1c20d8510f12eb49
Eval Count 0
Decode Time 96 ms