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 group ownership of symlink * * @phpstub * * @param string $filen..

Decoded Output download

<?php

/**
 * Changes group ownership of symlink
 *
 * @phpstub
 *
 * @param string $filename
 * @param mixed $group
 *
 * @return bool 
 */
function lchgrp($filename, $group)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Changes group ownership of symlink
 *
 * @phpstub
 *
 * @param string $filename
 * @param mixed $group
 *
 * @return bool 
 */
function lchgrp($filename, $group)
{
}

Function Calls

None

Variables

None

Stats

MD5 e9c0412b4b781a0ac65d6cf6b99efd73
Eval Count 0
Decode Time 98 ms