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 /** * Performs bitwise not negation on a variant * * @phpstub * * @param mixed..
Decoded Output download
<?php
/**
* Performs bitwise not negation on a variant
*
* @phpstub
*
* @param mixed $variant
*
* @return mixed Returns the bitwise not negation. If is
* null, the result will also be null.
*/
function variant_not($variant)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Performs bitwise not negation on a variant
*
* @phpstub
*
* @param mixed $variant
*
* @return mixed Returns the bitwise not negation. If is
* null, the result will also be null.
*/
function variant_not($variant)
{
}
Function Calls
None |
Stats
MD5 | db3325e5aec5ad6fb961ee7b15a6e370 |
Eval Count | 0 |
Decode Time | 100 ms |