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 an extended attribute * * @phpstub * * @param string $filename * @p..

Decoded Output download

<?php

/**
 * Get an extended attribute
 *
 * @phpstub
 *
 * @param string $filename
 * @param string $name
 * @param int $flags
 *
 * @return string Returns a string containing the value or false if the attribute doesn't
 *                exist.
 */
function xattr_get($filename, $name, $flags = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get an extended attribute
 *
 * @phpstub
 *
 * @param string $filename
 * @param string $name
 * @param int $flags
 *
 * @return string Returns a string containing the value or false if the attribute doesn't
 *                exist.
 */
function xattr_get($filename, $name, $flags = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 79a30b16e0aeed0e855f3b86c0765477
Eval Count 0
Decode Time 82 ms