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 /** * Compares two "PHP-standardized" version number strings * * @phpstub * * ..
Decoded Output download
<?php
/**
* Compares two "PHP-standardized" version number strings
*
* @phpstub
*
* @param string $version1
* @param string $version2
* @param string $operator
*
* @return mixed By default, returns
* if the first version is lower than the second,
* if they are equal, and
* if the second is lower.
*/
function version_compare($version1, $version2, $operator = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Compares two "PHP-standardized" version number strings
*
* @phpstub
*
* @param string $version1
* @param string $version2
* @param string $operator
*
* @return mixed By default, returns
* if the first version is lower than the second,
* if they are equal, and
* if the second is lower.
*/
function version_compare($version1, $version2, $operator = NULL)
{
}
Function Calls
None |
Stats
MD5 | 74f519e993b7aed95010b255ba6caf29 |
Eval Count | 0 |
Decode Time | 74 ms |